Commit Graph

4744 Commits (bb7538144442dd52ed043406b2ab0384ad4f3bb8)

Author SHA1 Message Date
QI JUN 008f40ce09
support sparse output for lookup table grad op (#5145)
7 years ago
Yu Yang 8f6c0a0fad
Extract InferShape to many cc files (#5174)
7 years ago
chengduoZH 6bdf5c1417 fix bug
7 years ago
fengjiayi 6783dcee9e
Python API for inference model saving/load (#5020)
7 years ago
zchen0211 52eb42cf7c Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into batch-norm-latest
7 years ago
Yu Yang 2a5edec03e Add debug logs in scope, meta_cache and memory (#5170)
7 years ago
zchen0211 03789a7df4 batch norm fully tortured and passed
7 years ago
Yu Yang b067639621
Fix clang compile (#5171)
7 years ago
Abhinav Arora 1a26f5a548
Adding the Sign Op for L1 Weight Decay Regularization (#5138)
7 years ago
zchen0211 8a07aff4d7 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into batch-norm-latest
7 years ago
zchen0211 822cf9785b more test and bn fix
7 years ago
chengduo 5a95792925 Merge pull request #4636 from chengduoZH/Add_pool_cudnn_op
7 years ago
武毅 6ef9da8ef7 fix compile error (#5160)
7 years ago
Tao Luo c1fd1dc744 Merge pull request #5154 from tensor-tang/merge
7 years ago
chengduoZH cadee843b8 follow comments
7 years ago
Tao Luo 92c32799e7 Merge pull request #4864 from luotao1/maxseq
7 years ago
Yang yaming fd5199fdf7 Merge pull request #3989 from pkuyym/fix-3923-r
7 years ago
Luo Tao f086f5649b Merge branch 'develop' into maxseq
7 years ago
武毅 24d988ce5c Merge pull request #4063 from typhoonzero/auc_op
7 years ago
tensor-tang aecfeb7257 refine check macro
7 years ago
chengduoZH df48b43b91 fix clear zero method and remove useless code
7 years ago
yangyaming ac5f42184f Using static_cast to make more robust.
7 years ago
chengduoZH b9edcc4a1b sss
7 years ago
武毅 2000cafe75 Merge pull request #5132 from typhoonzero/fix_ft_job_converge
7 years ago
Yu Yang 8f4476b893 Add device.Wait() in fetch_op (#5141)
7 years ago
chengduoZH 0ab012cf7f fix doc
7 years ago
Abhinav Arora 94fb7ba4fa Adding L1 norm op for L1 regularization (#5058)
7 years ago
helinwang 20d9b20a2a Fix CI style check.
7 years ago
Yu Yang b44f4ccbeb Make InferShape as a field in OpInfo (#5139)
7 years ago
QI JUN 7f8574c0f5 add sparse support for sum op (#5093)
7 years ago
Dong Zhihong 37842d802d rerun ci
7 years ago
Dong Zhihong f632706c18 fix based on comment
7 years ago
Yu Yang be00b0c4d6 Gradient check use graph (#5027)
7 years ago
Qiao Longfei fc68290bcc update _create_op_func_ and support generate dropout layer (#5134)
7 years ago
Dong Zhihong 52200523d6 "polish code based on comment"
7 years ago
Dong Zhihong 6cce5268ed "fixed based on comment"
7 years ago
fengjiayi aa379ccb5e Add functions of restoring ProgramDescBind from ProgramDesc (#5109)
7 years ago
Dong Zhihong 16a39d24f3 fix conflict
7 years ago
Dong Zhihong dbfd1302e1 "FIX CI"
7 years ago
Dong Zhihong 6bc261b933 fix ci
7 years ago
chengduoZH 25df892932 remove conflict
7 years ago
Siddharth Goyal 66476fc7b7 Add proximal adagrad optimizer (#5128)
7 years ago
chengduoZH db1bb8224a follow comments
7 years ago
typhoonzero cec5e6511b fix ft job converge
7 years ago
chengduo 8e3ecf5d11 Merge pull request #4814 from chengduoZH/Add_sequence_project_op
7 years ago
gongweibao 9d142d5060 Local response normalize. (#4426)
7 years ago
dangqingqing bd680f157f fix compiling warning.
7 years ago
chengduoZH 99c6f44a5a follow comments
7 years ago
Luo Tao 746f2a2e36 only compute the first max value in backward
7 years ago
dangqingqing bcc0dad7df Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into lstm_bp
7 years ago
dangqingqing ac3370a467 Add unit testing for gemv and fix the gradien check for bais.
7 years ago
chengduoZH dcb3da591e refine code
7 years ago
Zhaolong Xing 4273b3513a Merge pull request #4473 from NHZlX/fix_merge_model
7 years ago
Yu Yang aa3de3571d Polish unit test for xe, generate probablities (#5096)
7 years ago
chengduoZH 1bb0e2943b Add pool2d cudnn
7 years ago
dangqingqing 2e0298744e Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into lstm_bp
7 years ago
dangqingqing cd38286684 Add gradient check unit testing and fix bug.
7 years ago
Yu Yang efc2464f6c Feature/save op (#5090)
7 years ago
Dong Zhihong 4b9cf0e8b1 "add disable"
7 years ago
Yan Chunwei 39a6f43bcc fix bug (#5106)
7 years ago
Yang Yang(Tony) 6cc2ce010a add fill constant batch size like op (#5057)
7 years ago
Dong Zhihong 626ff3b79e "polish cmake file"
7 years ago
Luo Tao 368737e41b Merge branch 'develop' into maxseq
7 years ago
Abhinav Arora b0a267c0b8 Adding the squared L2 norm operator for L2 regularization (#5030)
7 years ago
Tao Luo b68f2d209a Merge pull request #5049 from tensor-tang/mkldnn_bn
7 years ago
武毅 97fcaef032 Merge pull request #5083 from typhoonzero/fix_sparse_update_size
7 years ago
Dong Zhihong 2573ac1448 "remove python side test case to another PR."
7 years ago
Dong Zhihong 4e165f4ea3 "fix create output variable bug"
7 years ago
Helin Wang 01df52aaad Fix pserver SGD with momemtum checkpoing recover.
7 years ago
Qiao Longfei 56b723c40d Cudnn batch norm op (#5067)
7 years ago
helinwang 629cbdae01 Merge pull request #5095 from helinwang/zero
7 years ago
Dong Zhihong 61c1b0469a "fix multigpu testcase"
7 years ago
Dong Zhihong 38d3adfeb6 "add multioperator testcase"
7 years ago
Helin Wang 8383e48f6a Fix new remote updater sending all 0 param / grad to pserver
7 years ago
helinwang ea63390736 Merge pull request #5091 from helinwang/init
7 years ago
Yan Chunwei 9a0233de9f Feature/tensor array lod pack (#5007)
7 years ago
Dong Zhihong 94992a990b "add multiop testcase"
7 years ago
Helin Wang 238abc4ad3 Fix new pserver having random momemtum initial values
7 years ago
Dong Zhihong bab5e53c03 Merge remote-tracking branch 'origin/develop' into feature/multigpu
7 years ago
Dong Zhihong 11cf3e3a43 "refactorization of nccl test case"
7 years ago
Dong Zhihong 6d1493a460 "add bcast c++ test case"
7 years ago
Dong Zhihong 5200c657a7 "move Tensor to LoDTensor"
7 years ago
tensor-tang 5ba1e1e10a Merge remote-tracking branch 'upstream/develop' into mkldnn_bn
7 years ago
typhoonzero a2412ce070 fix sparse update size
7 years ago
tensor-tang 703947928f refine comment and code
7 years ago
xzl acfdc312f9 support trainconfig and modelconfig of MergedModel
7 years ago
Luo Tao 0f67a82728 add test_Expand and simply the gserver/tests/CMakeLists
7 years ago
dangqingqing d2bd7357d2 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into lstm_bp
7 years ago
dangqingqing 3d8b6ebcf8 Add LSTM backward implenmentation.
7 years ago
xzl 0dc4b29879 deal with conflit
7 years ago
Yu Yang 6c0b383672 Add VarType::STEP_SCOPES for RNN (#5056)
7 years ago
Qiao Longfei ee998a9c44 CPU Batch Norm Op (#4964)
7 years ago
Dong Zhihong 63fb41b399 "redefine the initop from kernel to OpBase"
7 years ago
helinwang b54990e951 Merge pull request #5053 from helinwang/serialization
7 years ago
Dong Zhihong 1e8474b9f1 "delete python ops testcase"
7 years ago
dzhwinter fd2eb55071 "Serialize LoDTensor, Save/Restore model" (#4602)
7 years ago
Dong Zhihong 0990c87bf6 checkin nccl operator
7 years ago
Helin Wang f28b4d6805 Fix parameter server checkpoint serialization
7 years ago
Dong Zhihong da1181bfc6 Merge remote-tracking branch 'origin/develop' into feature/multigpu
7 years ago
Dong Zhihong ef257e6d96 write nccl c++ test case
7 years ago