Commit Graph

529 Commits (e7b3e139594d2dfc6d195614acc30b340d40fd88)

Author SHA1 Message Date
Yu Yang 2bb7fd8177 Remove padde namespace in some code.
8 years ago
Yu Yang b6ac64a36b Remove unnecessary error default value.
8 years ago
Yu Yang b1ab8b56cf Use plain C++ 03 to implement getStatsInfo.
8 years ago
liaogang fbf864362d Update python getLayerOutputs
8 years ago
Liang Zhao 8fded24c75 implement top k classification error in class matrix
8 years ago
Liang Zhao d256512832 Rewrite code according to reviewer comments
8 years ago
Liang Zhao e768721cd9 fix calculating totalScore2_ bug
8 years ago
Liang Zhao 413cbb8432 fix a variable definition bug
8 years ago
Liang Zhao 043859b5db clean up code
8 years ago
Liang Zhao 5250b9b213 fix classificationError input
8 years ago
Liang Zhao e00f06afa4 Add top-k error
8 years ago
Luo Tao 0b673756f1 add SequenceReshapeLayer in trainer_config_helpers
8 years ago
Yu Yang bb751b7f2c Add documentation for codes.
8 years ago
Yu Yang 9d45aa4fb2 Merge branch 'develop' into feature/EvaluatorValue
8 years ago
Luo Tao 27a42c2e3b add SequenceConcatLayer in trainer_config_helpers
8 years ago
Yu Yang ab8bb9738a Merge pull request #1373 from reyoung/feature/remove_grad_printer_seq_info
8 years ago
liaogang f846e8fec2 Add const for getLayerOutput
8 years ago
Yu Yang be3adec35d Merge pull request #1372 from reyoung/feature/unify_print_layer_evaluator
8 years ago
Yu Yang 948218dab9 Unify PrintLogic in PrintLayer/ValuePrinter.
8 years ago
gangliao 5101adc32c Merge pull request #1371 from reyoung/feature/UseInitFuncInsteadCreate
8 years ago
Yu Yang 1100366803 Add unittests & fix some bugs.
8 years ago
Yu Yang 6deb33d9dc Complete combined evaluator
8 years ago
Yu Yang 9a48442536 Merge branch 'feature/remove_grad_printer_seq_info' into feature/EvaluatorValue
8 years ago
Yu Yang 5fd49f6665 Remove sequence information in GradientPrinter.
8 years ago
Yu Yang 5b4e7d5cc7 complete value printer
8 years ago
Yu Yang 5ecc1a2192 Merge branch 'feature/unify_print_layer_evaluator' into feature/EvaluatorValue
8 years ago
Yu Yang 04eaf75c5e Add getValue to some evaluators.
8 years ago
Yu Yang 2c07dd50ab Unify print layer, ValuePrinter evaluator.
8 years ago
Yu Yang 39feacb02a Merge branch 'feature/UseInitFuncInsteadCreate' into feature/EvaluatorValue
8 years ago
Yu Yang d2c58907eb Unify Evaluator::create method
8 years ago
Yu Yang d5cfa6fcce Stash
8 years ago
Peng Li 701d02459d Fix bug in processing input with static parameter in seqconcat layer
8 years ago
liaogang 84552872a3 getLayerOutput in CPU
8 years ago
liaogang 3842bc4d7c refine code
8 years ago
liaogang 7c5fd23106 Update MultiGradientMachine::getLayerOutput
8 years ago
liaogang 393d835439 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into concat
8 years ago
liaogang 0446b488fd LayerOutput for single machine multiple devices
8 years ago
Yu Yang 970440622f Temporary disable async load data in PyDP2.
8 years ago
xutianbing ae3ae08473 resolve merge confilicts
8 years ago
xutianbing 877decdccc merge Daoyuan's FuncArg, address one of the comments.
8 years ago
xutianbing a948eea3ed clean unused code.
8 years ago
xutianbing 58827e3e96 update forward/backward in CosSimLayer and CosSimVecMatLayer.
8 years ago
Yu Yang ed808f5ef6 Merge pull request #1251 from reyoung/feature/add_override_to_layer_init
8 years ago
Haonan b9dfe8e7c8 Merge pull request #1231 from yu239/rotate_and_flip
8 years ago
Haonan 73dcf2cd58 improving code comments
8 years ago
reyoung e7419d690c Remove virtual in override
8 years ago
Yu Yang 2859532df0 Using override keyword in Layer
8 years ago
Haonan 6245fed240 rotate_layer python interface fixes
8 years ago
Haonan 2558c3f15a revisions according to reviews
8 years ago
Haonan 55eb2fcffa format correction
8 years ago
Haonan f5995300c5 rotate layer cpp files
8 years ago
Haonan 781b85b5fc rotate_layer and flip_layer * added getMin and getMax for GpuMatrix * gru_step_layer parameter name
8 years ago
wangyang59 04b5daf92d change the parameter position of gru_step_layer from 1 back to 0
8 years ago
wangyang59 0bd67524b1 switch the parameter index in GruStepLayer in test_LayerGrad
8 years ago
wangyang59 6da7283475 make gru_group parameters sharable
8 years ago
wangkuiyi dac4a59793 Merge pull request #1223 from reyoung/feature/remove_unused_clean_method
8 years ago
Yu Yang 5b1f66fe97 Removed unused GradientMachine::create
8 years ago
dangqingqing abeb3aae84 Minor changes
8 years ago
dangqingqing f56084b451 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into pad_op
8 years ago
dangqingqing 44e3c724f9 Refine and comments
8 years ago
Yu Yang 7f0ad62014 Merge pull request #1149 from reyoung/feature/ErrorHandlingInPaddle
8 years ago
dangqingqing 42ea1376e2 bug fix in GatedRecurrentLayer which only occurs in predicting or job=test mode.
8 years ago
Yu Yang 5a15c70e16 Make Error interface cleaner
8 years ago
dangqingqing 8d47499e1d update code
8 years ago
Yu Yang ec790e1050 Rename Status => Error.
8 years ago
Yu Yang 9bc1203400 Add more comments, also add __must_check.
8 years ago
dangqingqing 47e88f4a2d update code
8 years ago
Yu Yang 6c20e08b04 Try using status to handle Paddle Error
8 years ago
xutianbing e9794214cb Address further comments.
8 years ago
xutianbing 8560ce69ff Daoyuan's comments about SequenceArg.
8 years ago
xutianbing 9edfd20031 use Daoyuan's SequenceArg.
8 years ago
xutianbing 23ac0b78cb merge Daoyuan's FuncArgs, pass the ContextProjection test.
8 years ago
hedaoyuan ee2da539de Merge branch 'develop' of https://github.com/baidu/Paddle into buffer
8 years ago
hedaoyuan df9be2d483 fix CrossMapNormalFunc and ContextProjectionFunc(remove inouts argument)
8 years ago
dangqingqing 93fef79e1f fix build
8 years ago
dangqingqing 74f76e61d8 update code and fix bug
8 years ago
dangqingqing 6b61a096e1 Optional padding mode, namely ceil or floor, ceil by default.
8 years ago
dangqingqing c8817a192b merge upstream
8 years ago
dangqingqing 8b5431d5e1 padding operation
8 years ago
Yu Yang d41ac09090 Merge pull request #1017 from gangliao/external
8 years ago
tianbingsz 0057c802d8 Merge pull request #1058 from tianbingsz/test_util
8 years ago
hedaoyuan 41c52d3b0c Modify the argument type of ContextProjectionFunc
8 years ago
hedaoyuan 68156c88c5 Modify the argument type of Function
8 years ago
liaogang be8b126845 Move Execepts into arch/osx dir
8 years ago
liaogang fc47492f41 Fix merge conflict bug and glog
8 years ago
liaogang b090ce329a Fix conflict with develop
8 years ago
xutianbing 936b0ed118 add paddle_test_util static lib to simplify unit test.
8 years ago
xutianbing ea4d08dab6 update interface of context projection functions, Tensor -> Matrix/Vector
8 years ago
xutianbing 2c37ad7edc combine data/weight to ContextProjectionBackward for clean code
8 years ago
xutianbing f23a11702a add Context Projection functions to Layer's forward and backward,
8 years ago
hedaoyuan 54a2b1f682 Merge pull request #1003 from hedaoyuan/remove_main
8 years ago
liaogang aee0857838 Clean Travis ci and fix bug
8 years ago
liaogang de3c15277f Fix glog check type unmatch
8 years ago
liaogang c8d0791acc Add common.h and remove DisableCopy and Typedefs
8 years ago
hedaoyuan 4af4883f22 fix some tests which only need paddle::initMain in main
8 years ago
dangqingqing ae0009597f enable clang-format
8 years ago
dangqingqing 494a633cba Merge branch 'develop' of https://github.com/baidu/Paddle into bug_fix
8 years ago
dangqingqing 9a47b6219a Bug fix for BatchNorm when testing more than models in test mode.
8 years ago
hedaoyuan c6d9d04004 Merge pull request #979 from reyoung/feature/fix_param_hidden_in_pydp2
8 years ago
Yu Yang 2016f9222d Merge pull request #989 from gangliao/utils_dep
8 years ago
qingqing01 4490bf968f Merge pull request #990 from pengli09/norm-layer
8 years ago
Peng Li 89bf2e44f0 Change float to real in NormLayer.h
8 years ago
liaogang f09989a1b2 Remove utils/CommandLineParser.h
8 years ago
gangliao db82a0e53f Merge pull request #980 from reyoung/feature/add_const_in_gradient_machine_eval
8 years ago
qingqing01 b53bdcdc67 Merge pull request #867 from Noplz/ssd
8 years ago
Peng Li 5c3b8f6bd1 fix pre-commit style problem
8 years ago
Peng Li 3527939896 Fix merge and style error
8 years ago
gaoyuan 8d24931588 Change member variables from public to protected
8 years ago
Peng Li b063b0c405 Merge branch 'develop' into fix-crf-weight-and-coeff-bug
8 years ago
Yu Yang 4d5a0b0a03 Also add const to makeEvaluator
8 years ago
Yu Yang 4d81b36123 A tiny fix in PyDataProvider2
8 years ago
Yu Yang 22aacbfd6c Add const to GradientMachine::eval
8 years ago
Peng Li af820fb2eb Merge branch 'develop' into fix-crf-weight-and-coeff-bug
8 years ago
Peng LI 28c5010c0f Merge pull request #976 from pengli09/add_label_seq_pos_to_inputdef
8 years ago
Peng Li d09564b73f change std::vector<int> to const reference
8 years ago
Yu Yang adc58397d2 Merge pull request #969 from reyoung/feature/clean_gradient_machine_start
8 years ago
Peng Li 8bd4752227 Merge branch 'develop' into add_label_seq_pos_to_inputdef
8 years ago
Peng LI 06ea2bf721 Merge pull request #967 from pengli09/fix_test_type
8 years ago
Peng Li 1b8e151fa2 Support user specified label input in tests
8 years ago
gaoyuan f2029298a7 Change type float to real.
8 years ago
Peng Li 67fcd898c5 fix array style problem
8 years ago
tianbingsz 42e121791e Merge pull request #854 from hedaoyuan/cmrnorm
8 years ago
tianbingsz 904936912e Merge pull request #934 from tianbingsz/paddle_function_mat
8 years ago
Yu Yang 56f29658ba Remove not used params in GradientMachine::start
8 years ago
Peng Li 35bbb4fb01 change float to real in two test
8 years ago
Peng Li 6e405a10c5 fix style issues
8 years ago
hedaoyuan bf32411191 Merge branch 'develop' of https://github.com/baidu/Paddle into cmrnorm
8 years ago
Peng Li f1e31ecada Merge branch 'develop' into fix-crf-weight-and-coeff-bug
8 years ago
Peng Li 8fe3a3aa73 Add excluded_chunk_types to ChunkEvaluator
8 years ago
gaoyuan 6f8f468fdb Add priorbox layer gpu unit test.
8 years ago
xutianbing 4fbf94993b Refactor MUL functions, pass object reference instead of shared_ptr.
8 years ago
xutianbing 706c572424 Matrix API refactor, when passing parameters, convert shared_ptr (MatrixPtr) to
8 years ago
hedaoyuan 5ef7c97ee2 Merge pull request #940 from reyoung/feature/fix_rnn_unittests
8 years ago
hedaoyuan 148bd4d0b3 add Layer::createFunction
8 years ago
Yu Yang af5d954bdf Clean BatchNorm Code.
8 years ago
gaoyuan 7dfe3bdf7a remove gpu memory alloc
8 years ago
gaoyuan 38723e778d remove random flag
8 years ago
Yu Yang a980b83a0c Fix RNN unittest bugs.
8 years ago
gaoyuan cad325f09a Add header file
8 years ago
gaoyuan 8d9f675910 Add header files
8 years ago
gaoyuan 9f990d9059 Add unittest of the priorbox layer
8 years ago
Yu Yang fc80f65889 Temp disable errored unittest
8 years ago
qingqing01 bd3f976a85 Merge pull request #906 from emailweixu/check_cnn_input_size
8 years ago
xuwei06 7462692d4c Formatted by pre-commit
8 years ago
hedaoyuan cee9346804 add some comments
8 years ago
hedaoyuan d11e2b4013 Remove some useless code
8 years ago
hedaoyuan 558e86927c add CMakeLists
8 years ago
hedaoyuan 22a5e478f3 move Function to function dir
8 years ago
hedaoyuan d2d0010609 add CrossMapNormalGradFunc
8 years ago
gaoyuan 520342ed91 Fix code format
8 years ago
gaoyuan 707a9c9bbd Fix variable name and add the annotation
8 years ago
hedaoyuan 9171ab0ac1 Merge branch 'develop' of https://github.com/baidu/Paddle into cmrnorm
8 years ago
hedaoyuan 4ebb3eb759 imporve Function
8 years ago
gangliao 6aed264f0a Merge pull request #896 from gangliao/glog
8 years ago
xuwei06 bcd280d6bd Check the input size for convolution.
8 years ago
Zhizhong Su 9a243d7a23 fix a few bugs related to frame size.
8 years ago
liaogang 3d0e73bd32 Remove custom glog-like and gflags-like macros
8 years ago
gaoyuan 9600932650 Add fake gpu support of the priorbox layer for the moment
8 years ago
gaoyuan 39d689e253 Format the priorbox code
8 years ago
yuan 0eac399280 priorbox layer for ssd
8 years ago
Yu Yang f62f5181f1 Use explicit type for std::transform.
8 years ago
Yu Yang d5c0eeda00 Remove m4 when generate protobuf
8 years ago
hedaoyuan 529f24c262 cpu cmrnorm
8 years ago
Yu Yang 068bfbb817 All file pass pre-commit hook
8 years ago
Yi Wang e9549cbb78 Change "Baidu, Inc" into "PaddlePaddle Authors"
8 years ago
Yu Yang aed8803a40 Merge branch 'develop' of github.com:baidu/Paddle into feature/refine_doc_drnn
8 years ago
Yiqun Liu 4823075f95 Merge pull request #651 from Xreki/warpctc
8 years ago
Yu Yang 1539335383 Add unittest related #653
8 years ago
Liu Yiqun 78bdd32471 Merge branch 'develop' into warpctc
8 years ago
hedaoyuan 8d73681324 fix some errors due to merge
8 years ago
hedaoyuan 671db8deaa Merge branch 'develop' of https://github.com/baidu/Paddle into tensor_merge
8 years ago
hedaoyuan 07f30241b8 fixed some nvcc compilation related
8 years ago
hedaoyuan e63f1e6952 merge from cooder
8 years ago
Liu Yiqun 46ef2bc694 Merge branch 'develop' into warpctc
8 years ago
Luo Tao 7830893a83 fix conflict
8 years ago
emailweixu 95ef1af2be Merge pull request #516 from wangyang59/gan
8 years ago
Peng Li 62eaa1fbab Move one line with identical value across loops out of the loop.
8 years ago
Liu Yiqun 18b85e558a Add a script to auto compile the warp-ctc submodule.
8 years ago
xuwei06 66520f8b41 Fix --job=test
8 years ago
Peng Li 1242e7944b Merge branch 'develop' into fix-crf-weight-and-coeff-bug
8 years ago
Liu Yiqun 25f1fbc491 Merge branch 'develop' into warpctc
8 years ago
wangyang59 c3ebff5e70 modified demo/gan following emailxuwei comments
8 years ago
wangyang59 70b78b74ff fix a bug in BatchNormBaseLayer.cpp and add a test for it
8 years ago
wangyang59 09a5b8bd4d consolidate img_conv.conf in test_NetworkCompare
8 years ago
wangyang59 0e78171802 changed group=2 in test_NetworkCompare
8 years ago
wangyang59 4641285c75 Added a test in test_NetworkCompare to verify cudnn and exconv, fixed a bug in cudnn_conv in dealing with groups
8 years ago
wangyang59 ba786b2e9e only do test_ConvUnify when there is a gpu
8 years ago
wangyang59 60bf1a476a Modifed ExpandConvBaseLayer to unify paras between expand and cudnn
8 years ago
wangyang59 fd92594353 added test_ConvUnify
8 years ago
Peng Li e9c61b67e2 Fix bug in processing instance weight and coeff in CRFLayer
8 years ago
Liu Yiqun a816443e11 Add submodule warp-ctc.
8 years ago
Luo Tao 1d1a04c033 follow comments on rectangle CNN
8 years ago
Yu Yang 18645134bd Follow comments
8 years ago
Liu Yiqun 4d487c6f35 Integrate warp-ctc as WarpCTCLayer, including unitest and layer interface.
8 years ago
Luo Tao 96615fe329 merge develop, fix conflict
8 years ago
Yu Yang 6aece5060b Stash
8 years ago
Yu Yang da7c0f1326 Format sequence_nest_rnn_multi_unequalength*.conf
8 years ago
Yu Yang 514cbeff09 Merge branch 'develop' of github.com:baidu/Paddle into feature/refine_doc_drnn
8 years ago
Luo Tao 80c68d38ff clang format .cc .h .cpp .c and .hpp file
8 years ago
Yu Yang 20600e7036 Fix several cpp issues
8 years ago
Yu Yang a49d1d9529 Refine the original hrnn documentation.
8 years ago
Luo Tao 496d64ebdb Support rectangle input for CNN
8 years ago
Yu Yang 9115ab1c11 Merge pull request #450 from reyoung/feature/pre-commit-hooks-scripts
8 years ago
xuwei06 a6ad9a1608 Fix unittest
8 years ago
xuwei06 bf6f690f31 Add ScalingProjection
8 years ago
dangqingqing 48ea047100 Bug fix in testing mode.
8 years ago
Yu Yang 836d61382f Update pre-commit-config
8 years ago
Yu Yang b87427b682 Merge pull request #445 from QiJune/format_py_code_1st
8 years ago
Haonan 5591292b7a modifications according to comments
8 years ago
qijun 319742c641 format python code in demo, doc, doc_cn and paddle directories
8 years ago
Haonan 728defbec9 copy the data when createSparseMatrix
8 years ago
Haonan 069d0004dc multi_binary_cross_entropy when ids vector is provided
8 years ago
Tao Luo ca0bb40c6e Merge pull request #300 from QiJune/feature/sppnet
8 years ago
Tao Luo eb3bf9ea64 Merge pull request #360 from emailweixu/sum_cost
8 years ago
qijun 9dd588b414 fix merge conflicts
8 years ago
gangliao 8295eb91bf Merge pull request #287 from gangliao/bilinear
8 years ago
liaogang f27ff4d8a4 Revise code
8 years ago
wangyang59 af7a50c0d4 minor changes on deconv implementation and add protostr test for deconv layer
8 years ago
wangyang59 449120991e minor change to convTransLayer test in test_LayerGrad
8 years ago
wangyang59 53e1629a43 Refactored imageSize in ConvBaseLayer to MathUtil
8 years ago
wangyang59 03f4b1d4d2 minor changes on deconv per luotao1 comments
8 years ago
wangyang59 7a322df0a8 deconv implementation mionr changes in ConvBaseLayer.cpp and config_parser.py
8 years ago
wangyang59 fb20187aaa deconv layer implementation modification following luotao1 comments
8 years ago
wangyang59 3d72e94939 rebase deconv implementation with develop branch and resolve conflicts with pull#218 commit 45c81a414f
8 years ago
wangyang59 5e4cc241ac Revised deconv implementations according to luotao1
8 years ago
wangyang59 5fff96f532 add another small test in test_LayerGrad for convTransLayer
8 years ago
wangyang59 e68b50ad09 fixed a bug in refactoring ExpandConv/TransLayer
8 years ago
wangyang59 2575b74fee refactored ExpandConvLayer and ExpandConvTransLayer with ConvBaseLayerCpu
8 years ago
wangyang59 aa2cd2ce8f Refactor ExpandConvTransLayer to share codes with ExpandConvLayer
8 years ago
wangyang59 bda259bb18 added more test on convTrans layer and comments
8 years ago
wangyang59 70e44732c2 added convTrans test and python components
8 years ago
wangyang59 5c88f07262 initial take on deconv layers
8 years ago
liaogang 65b8bb2583 Fix a bug
8 years ago
liaogang 1c9f6f7f99 Update
8 years ago
qijun dfbde28ad3 add some code comments for SppLayer
8 years ago
qijun eaf3dec9c5 follow comments
8 years ago
liaogang bc2b521c24 Follow comments
8 years ago
qijun 70e04683dd add getSize method for PoolProjection
8 years ago
qijun 3553576e6e Merge remote-tracking branch 'baidu/develop' into feature/sppnet
8 years ago
qijun e2c0713589 follow comments
8 years ago
liaogang cc04a7d7ab Merge branch 'develop' of https://github.com/baidu/Paddle into bilinear
8 years ago
liaogang db1757556e Follow comments
8 years ago
hedaoyuan 125c19a3c3 fix some nvcc compile options (#392)
8 years ago
qijun db569f293e fix merge conflict
8 years ago
hedaoyuan a07da94939 fix floating-point overflow problem of tanh (#355)
8 years ago
qijun 5ece5c96ad add python wrap for sppLayer
8 years ago
xuwei06 38764bf908 Add sum_cost to document
8 years ago
xuwei06 ebad8e525d Add SumCost
8 years ago
liaogang 5a1e7dbc6a Fix conflict
8 years ago
luotao1 e802471c58 abstract outputSize function in CNN-related layers (#314)
8 years ago