Commit Graph

6989 Commits (b601f2de8d3d1a336810438c521714749f8a19a6)

Author SHA1 Message Date
minqiyang 42d1b3f786 Fix numpy bug on Ubuntu16 and Ubuntu18 which will cause segmentfault
6 years ago
frankwhzhang b51df39874 update , test=develop
6 years ago
Xin Pan b52f5d2870
Merge pull request #14398 from panyx0718/imperative
6 years ago
frankwhzhang 272f3d3111 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into bpr
6 years ago
frankwhzhang 570d89ec84 add bpr_loss operator , test=develop
6 years ago
qingqing01 549f165b59
Speed conv_fusion_op for identity activation. (#14744)
6 years ago
Xin Pan 0492158da5 polish
6 years ago
Yihua Xu 65dbc7cca4
Merge branch 'develop' into develop_4f71a6ee2_conv3d_mkldnn_opt
6 years ago
Xin Pan b4db31bad0 fix test
6 years ago
Wu Yi e2011f1353
test dist ut fixes test=develop (#14706)
6 years ago
chengduo 04539d4c5d
Fix clip.py (#14718)
6 years ago
sneaxiy d0c8b9b9b3 remove timeout unittest
6 years ago
Michal Gallus 87eb8b0e28 Set cpu only for MKL-DNN concat UTs
6 years ago
Michal Gallus f2a880421e Fix style @ concat integration and tests
6 years ago
Michal Gallus 208f912512 Implement MKL-DNN Concat
6 years ago
Wu Yi 29d9fb53fc
[Feature] multi process multi gpu dist training, boost v100 performance by 20% (#14661)
6 years ago
sneaxiy e694d0c2e4 fix while_op eager deletion bug
6 years ago
Wu Yi 6e67d0fb78
layer fixes (#14591)
6 years ago
Tink_Y 6d04a9cf47 fix api format and example (#14686)
6 years ago
Kaipeng Deng 934f13a70a
Merge pull request #14371 from heavengate/yolo_loss
6 years ago
Yihua Xu ac803fed18 Fix the compile issue for cuda device (test=develop)
6 years ago
sneaxiy 64ad051b9a merge develop
6 years ago
sneaxiy c47c451a00 fix bug
6 years ago
Xin Pan 7464bd29e8 polish
6 years ago
Xin Pan b80fe8264a polish
6 years ago
jerrywgz 96dc3d8326
Merge pull request #14511 from jerrywgz/ignore_index_for_sigmoid_cross_entropy
6 years ago
Yihua Xu 669191c9cc Implement conv3d with mkldnn library (test=develop)
6 years ago
Hongyu Liu 4f71a6ee2c
Merge pull request #14622 from PaddlePaddle/add_cudnn_lstm
6 years ago
Yu Yang 566a325939
Merge pull request #14676 from reyoung/feature/stable_decorator_test
6 years ago
Xin Pan e5d64fd4d1 initial imperative
6 years ago
Xin Pan 4d0df1fea7 add fields for autograd
6 years ago
Xin Pan 8138391631 add OpBase and unify with VarBase
6 years ago
Xin Pan f6f0692451 clean up
6 years ago
Xin Pan aeb74af54c allow operator to run imperatively
6 years ago
Xin Pan b1f6fda5e5 run forward
6 years ago
Xin Pan a6d23083f0 some tracing
6 years ago
Xin Pan dac92e560c initial commit
6 years ago
phlrain 1d63b06bd7 add grad test unit; test=develop
6 years ago
phlrain 24fa1f4b8c fix test uni; test=develop
6 years ago
phlrain 0b8a377d9c fix cpu test; test=develop
6 years ago
phlrain b65722d3cf fix uni test; test=develop
6 years ago
phlrain 2770ea1a73 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_cudnn_lstm
6 years ago
phlrain a6aa782ee5 add unitest
6 years ago
jerrywgz 126e18c1e8 test=develop
6 years ago
chengduozh 1013d6d05d Merge branch 'add_cudnn_lstm' of https://github.com/PaddlePaddle/Paddle into add_cudnn_lstm
6 years ago
jerrywgz 3df0538940 replace -100 to kIgnoreIndex
6 years ago
Wang Guibao 41e19eb431
AsyncExecutor (#14627)
6 years ago
whs 78738d6c86
Fix comments of ctc_greedy_decoder. (#14679)
6 years ago
whs 1b9753d109
Make pad2d support for variable paddings. (#14667)
6 years ago
Yu Yang 86ae32fbd8 Stablize decorator test
6 years ago
gongweibao 5d334ff0f1
Add examples to some functions. (#14645)
6 years ago
phlrain 6ce4250172 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_cudnn_lstm
6 years ago
Qiao Longfei 44debca844
Merge pull request #14589 from jacquesqiao/refactor-prefetch
6 years ago
Qiao Longfei 839193fd1f fix unit test test=develop
6 years ago
phlrain cf1fe61004 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_cudnn_lstm
6 years ago
phlrain d1a17cadd4 fix cudnn rnn; test=develop
6 years ago
Qiao Longfei 9450048acb add PADDLE_ENABLE_REMOTE_PREFETCH to enable remote prefetch
6 years ago
Tao Luo 20120d9c97
Merge pull request #14608 from jczaja/prv-conv2d-transpose-mkldnn
6 years ago
qingqing01 731d45a39a
Enable BatchNorm to use global mean and variane during training (#14630)
6 years ago
Qiyang Min 400cf19f14
Merge pull request #14657 from velconia/disable_ut_in_mac_py35
6 years ago
Qiyang Min 25c2cdaf7e
Merge pull request #14647 from velconia/revert_vlog
6 years ago
Qiao Longfei 75eba6108d Add scope doc (#14582)
6 years ago
minqiyang 6720d343ce Remove test_recognize_digits_mlp from Mac
6 years ago
Qiao Longfei 3a3cfc2d8d prefetch support gpu
6 years ago
chengduo 6776e92846
refine tensor_array_write_read (#14643)
6 years ago
minqiyang a24db02f4a Fix data download of wmt14
6 years ago
Qiao Longfei 8ebde595c9 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into refactor-prefetch
6 years ago
Yu Yang 4ffc376497
Merge pull request #14635 from reyoung/feature/loose_atol
6 years ago
Qiao Longfei c8b0241da2 fix code style test=develop
6 years ago
Qiao Longfei 145c535750 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into refactor-prefetch
6 years ago
Qiao Longfei b2c9efef2b add more unit test for lookup_remote_table
6 years ago
Jiabin Yang 12e1719f96
Merge pull request #14352 from JiabinYang/enhance_hierachical_sigmod_op
6 years ago
Yu Yang d40881cb82 Loose atol in test_pe_test_wwhile_train
6 years ago
Qiao Longfei 40f68b1349 unit test ready
6 years ago
Tao Luo fb268221dc
Merge pull request #14631 from guomingz/develop
6 years ago
Qiao Longfei 35b79ab865
Merge pull request #13983 from jacquesqiao/add-ctr-reader
6 years ago
Zhang, Guoming a6b24416e4 Fix the invalid list operation on save_inference_model function.
6 years ago
Clementine 6c71c1f8f9 Add activation gelu (#14569)
6 years ago
Jacek Czaja 1540df51cf - Fix to test_conv2d_transpose_mkldnn for GPU
6 years ago
JiabinYang a08dc83eb0 remove arg 'non_leaf_num', test=develop
6 years ago
Qiao Longfei 953c79caec use dist_ctr to test remote_prefetch
6 years ago
Qiao Longfei 18fd2d01b7 update embedding api
6 years ago
JiabinYang c469334cfb polish python code and comment, test=develop
6 years ago
JiabinYang 87648f8edf merge develop, test=develop
6 years ago
wopeizl db9284ecde
Merge pull request #14617 from wopeizl/windows/online
6 years ago
JiabinYang c3c3c0b33c polish code, test=develop
6 years ago
gongweibao 867c312bc4
Fix allreduce dependency order. (#14586)
6 years ago
phlrain 487ee36aec Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_cudnn_lstm
6 years ago
phlrain 084ff6574d add cudnn lstm; test=develop
6 years ago
tangwei12 56a4912b76
Make NCE_OP more efficient and support SelectedRows (#14469)
6 years ago
liuhongyu 1ffe41d722 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_cudnn_lstm
6 years ago
Qiao Longfei 9589babe12 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into refactor-prefetch
6 years ago
liuhongyu 05917c3c79 add cudnn lstm; test=develop
6 years ago
Xin Pan b65130623a
Merge pull request #14549 from wzzju/add-code-exp
6 years ago
peizhilin 6a85dd3278 Merge remote-tracking branch 'upstream/develop' into windows/build
6 years ago
peizhilin 38715e6fd0 minor fix
6 years ago
JiabinYang 7e4bd695e6 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into enhance_hierachical_sigmod_op
6 years ago
Qiao Longfei fe54adf70c Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add-ctr-reader
6 years ago
JiabinYang b10df8bcfa refine code and add none bias ut, test=develop
6 years ago
Kaipeng Deng 251a1bb0f4
Merge pull request #14588 from heavengate/revert_interpolate
6 years ago