Commit Graph

4744 Commits (bb7538144442dd52ed043406b2ab0384ad4f3bb8)

Author SHA1 Message Date
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
tensor-tang 8845218636 add batchnorm layer in simple test and branch test
7 years ago
tensor-tang ad6b531917 add unit test for mkldnn_batch_norm layer
7 years ago
tensor-tang 64eaeba1a8 enable mkldnn_batch_norm layer
7 years ago
tensor-tang 02fdf24115 enable copyFrom of MKLDNNMatrix
7 years ago
chengduoZH 05239b6ff5 fix functor
7 years ago
yangyaming 5939a17c47 Follow comments and adapt to new interface.
7 years ago
dangqingqing 0190d5d644 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into check_out_lod
7 years ago
dangqingqing 2e783663fa Enable to output LoD in fetch_op and check output LoD in the op unit test.
7 years ago
chengduoZH b15c69f59d remove conflict
7 years ago
chengduoZH 4c6bccbe20 fix doc and remove useless code
7 years ago
yangyaming 0521161070 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-3923-r
7 years ago
yangyaming 9a3f50d806 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-3923-r
7 years ago
wanghaoshuang 97f1b98759 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into seq_expand_op
7 years ago
wanghaoshuang 296167446c Rewrite sequence expand op
7 years ago
chengduoZH 61dbf4b926 fix im2col interface
7 years ago
Luo Tao 35434c33d0 fix compiler error in im2col.h
7 years ago
chengduoZH 154dbb4697 Add unit test
7 years ago
qingqing01 23bf6b2c15 Merge pull request #4887 from chengduoZH/fix_im2col_kocf_for_sequence
7 years ago
Zhuoyuan 8fdc315acc Merge pull request #4739 from zchen0211/develop
7 years ago
Dong Zhihong 50f04dcae3 "add init allreduce test"
7 years ago
Yu Yang 94e741d6f0 Use external project for NCCL (#5028)
7 years ago
Dong Zhihong f6106ffa7e merge develop into multigpu
7 years ago
Dong Zhihong ec47565c23 "add reduce hash function"
7 years ago
Yi Wang cdb5f2928a Add a C++ program that prints operator document in JSON format (#4981)
7 years ago
Yang Yang(Tony) db157eda45 New Op Test framework. (#4962)
7 years ago
Dong Zhihong 423d7438a1 "add register gpu macro"
7 years ago
Yu Yang bc15117403 Correct mul_op implementation (#4988)
7 years ago
Yu Yang 43c6ff212e Feature/nccl dso (#5001)
7 years ago
QI JUN fcd74e06b8 add book04.word2vec train test (#5002)
7 years ago
QI JUN 40e7caf667 ensure ids in lookup table op must be a column vector (#4987)
7 years ago
chengduoZH 09662da0be follow comments
7 years ago
chengduoZH 811a3174f1 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_im2col_kocf_for_sequence
7 years ago
chengduoZH 2947f5678e follow comments
7 years ago
chengduoZH f2ccef26bf Add sequence_conv_op
7 years ago
chengduoZH 0ab2c436ae Add sequence_project_functor
7 years ago
dangqingqing cf2608e383 update to the develop branch.
7 years ago
dangqingqing 64fe9bcc5c Update lstm comments and fix bug.
7 years ago
Tao Luo 48173e8599 Merge pull request #5010 from tensor-tang/merge
7 years ago
tensor-tang 386bb1fece fix crash on ds2
7 years ago
wanghaoshuang 4e8fccff11 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into seq_expand_op
7 years ago
wanghaoshuang d697b6a349 Modified code using LoDTensor
7 years ago
chengduoZH ce960575cd fix doc format and unit test
7 years ago
Luo Tao 70d9d953e6 rename sparse_vector to sparse_float_vector in tests
7 years ago
Tao Luo abce9eb750 Merge pull request #4953 from tensor-tang/merge_grad_gtest
7 years ago
Qiao Longfei c91de280d7 CompileTime InferShape should find var recursively in stack of blocks (#4998)
7 years ago
chengduoZH 4c19f9f429 fix backward
7 years ago
chengduoZH 6246be294f clean gradient data
7 years ago
Qiao Longfei 54ffafa123 use context to get attribute (#4997)
7 years ago
Qiao Longfei e7f627036a fix InferShapeContext Has interface (#4994)
7 years ago
chengduoZH 4d112b7d04 remove conflict
7 years ago
chengduoZH dc7d07358c add padding up, down, left, right
7 years ago
chengduoZH 834b82f109 fix sequence_project_op forward and backward
7 years ago
Guo Sheng d0cfbba429 Merge pull request #4496 from guoshengCS/add-NormOp
7 years ago
Yang Yang(Tony) fa050941b0 Merge pull request #4990 from tonyyang-svail/add_optional_in_op_proto
7 years ago
zchen0211 cc5e118b1e Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into develop
7 years ago
zchen0211 b3ab3ce0a1 deconv -> conv transpose
7 years ago
Yang Yang c030589df6 add optional in op proto
7 years ago
dzhwinter ac4f7598ed Merge pull request #4985 from reyoung/add_nccl_to_docker_image
7 years ago
Yu Yang 784fc32bfa Add nccl to docker image
7 years ago
zchen0211 64c5ecbedb deconv
7 years ago
Yu Yang e9e0d7d774 Correct the dependencies (#4978)
7 years ago
Yu Yang 86437a8dda Global function, op_support_gpu (#4980)
7 years ago
Yu Yang 65906ef1d0 Several Enhancement
7 years ago
zchen0211 502e72591f Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into develop
7 years ago
QI JUN d2f3c8bb7a Merge pull request #4973 from QiJune/clang-build-error
7 years ago
Yan Chunwei db7b11719b change lod tensor to absolute offsets (#4952)
7 years ago
qijun 7edc1d96c6 fix clang build error
7 years ago
Yan Chunwei 07ea9adec0 feature/dynamic recurrent op forward and backward (#4799)
7 years ago
kavyasrinet 5380a5471b Adding Nesterov Momentum (#4948)
7 years ago
tensor-tang 5c892db64c remove unused code
7 years ago
guosheng b12988f008 Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into add-NormOp
7 years ago
tensor-tang 5b5cb0781a add branch tests for pool and fc
7 years ago
hedaoyuan 9a5562aade Merge pull request #4963 from hedaoyuan/inference
7 years ago
wanghaoshuang 00ad7512cf Use stream while memory::Copy in GPU mode
7 years ago
hedaoyuan 2bb2c318e9 Change the name of the export.map to paddle_capi.map which need to be released in each version.
7 years ago
Abhinav Arora 09c0c82ec9 Adding increment op (#4940)
7 years ago
zchen0211 8e55736a20 deconv2d
7 years ago
Dong Zhihong 333045d7b2 "move nccl to another directory"
7 years ago
hedaoyuan 37bfd03f0c Merge pull request #4932 from hedaoyuan/inference
7 years ago
hedaoyuan 5d2fe7cd91 Fix cc_library paddle_capi_whole.
7 years ago
Yu Yang 102a5f3499 Feature/remove global scope (#4950)
7 years ago
QI JUN 9903e49f94 add test_fit_a_line (#4936)
7 years ago
QI JUN 92369177ad Merge pull request #4941 from QiJune/fix_elementwis_add_bug
7 years ago
Yu Yang af4dac4ac3 Feature/free kid scope (#4951)
7 years ago
tensor-tang 4f41eaf7f8 Merge remote-tracking branch 'upstream/develop' into merge_grad_gtest
7 years ago
tensor-tang d75b00c221 refine the gtest log info and vlog order,
7 years ago
zchen0211 7eeaae1695 deconv
7 years ago
Yu Yang 42f2dd4041 Unify `set_feed_variable` to one method (#4949)
7 years ago
Yu Yang c532b96741 Remove template parameter for Tensor methods (#4937)
7 years ago
qijun 9e6404441c fix elementwise add bug
7 years ago
zchen0211 d97a732f4f deconv
7 years ago
zchen0211 e59ca752fc Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into develop
7 years ago
Abhinav Arora 77cac5cdb8 Removing updates of Beta1 power accumulators outside the op (#4931)
7 years ago
Abhinav Arora 11bebeb2dc Removing updates of Beta1 and Beta2 power accumulators outside the op (#4925)
7 years ago
Yu Yang 3db5278301 Feature/py executor test (#4922)
7 years ago
hedaoyuan 56d5db8bea Bug fix of libpaddle_capi_whole.a in x86.
7 years ago
hedaoyuan 747b541957 Follow comments
7 years ago
dangqingqing 694bc64aaf Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into lstm
7 years ago
dangqingqing 17e33738f2 Enhance unit testing and fix bug.
7 years ago
武毅 63ffe5250a Cluster train doc for v2 API (#2072)
7 years ago