Commit Graph

2190 Commits (cbe2dbf0db127470fb97ac04bc7fd94ea3965c2b)

Author SHA1 Message Date
minqiyang b754bf30fb Reset output var's pre_op pointer when op was destructed
6 years ago
baojun ac72bcd065 Added adam op test=develop (#15710)
6 years ago
dzhwinter 4449e85528 polish cudnn related code and fix bug. (#15164)
6 years ago
baojun-nervana 320b27988c added concat op test=develop
6 years ago
tensor-tang ce4cc482a4 add sgd jitcode and op test
6 years ago
minqiyang 701af43958 Fix bugs
6 years ago
minqiyang f1a2d20430 invoke backward_hooks after reduce op's depcounts map
6 years ago
minqiyang e0a2b472f4 Move ClearBlock into OpBase and VarBase's destructor
6 years ago
shippingwang 13e891516b add cosine decay op, test=develop
6 years ago
lidanqing dd1c7ee604 UT for conv2d_mkldnn_op with fuse_bias and fuse_residual (#16016)
6 years ago
Tao Luo 96f7fc60ee
Merge pull request #16013 from kbinias/kbinias/poll-mkldnn-ut
6 years ago
Krzysztof Binias 54f21a5c47 Add test for ceil mode
6 years ago
Qiyang Min 187cffd019
Merge pull request #15928 from velconia/imperative_backward_hooks
6 years ago
minqiyang fa1ff1d2f1 reduce ut time
6 years ago
tensor-tang e5f9d3a47c
Merge pull request #15892 from tensor-tang/jit/sgd
6 years ago
minqiyang 659a719315 increment resnet and ptbrnn's batch_num
6 years ago
minqiyang 50639fafdb Polish code
6 years ago
ruri 72efef6358
Merge pull request #15887 from shippingwang/cosine_decay_op
6 years ago
minqiyang fe406b98c9 Polish code
6 years ago
minqiyang f469bb6b36 Polish code
6 years ago
minqiyang ac88c62a5b Reset output var's pre_op pointer when op was destructed
6 years ago
baojun f285191fb3 Added adam op test=develop (#15710)
6 years ago
tensor-tang 58b8231338
added concat op test=develop (#15946)
6 years ago
jerrywgz 0f652f304c add distribute fpn proposals op, test=develop
6 years ago
ceci3 6bce986107
2018 -> 2019
6 years ago
dzhwinter 225c11a91f polish cudnn related code and fix bug. (#15164)
6 years ago
ceci3 4b7bf06e1f test=develop
6 years ago
baojun-nervana e4ab40a7b9 added concat op test=develop
6 years ago
dzhwinter 15de2dff00
Merge pull request #15926 from dzhwinter/test/add_ir_mem_opt_tests
6 years ago
tensor-tang 7044cfa7c7 add sgd jitcode and op test
6 years ago
qingqing01 8e439ccfff
Fix bug in fake_quantize_op and add more unit testing (#15912)
6 years ago
dzhwinter 48d9fd08e5 fix default value. test=develop
6 years ago
minqiyang efb2f2baf8 Fix bugs
6 years ago
Tao Luo 2c5c7b2a7e
Merge pull request #15922 from kbinias/kbinias/reuse-primitives-activations-and-softmax-mkldnn-ut
6 years ago
dzhwinter dfb2121967 fix default value. test=develop
6 years ago
dzhwinter a4cf295471 fix default value. test=develop
6 years ago
dzhwinter a922a0a1ef fix default value. test=develop
6 years ago
dzhwinter 6477b443f3 fix default value. test=develop
6 years ago
chengduo 7ca8553d4e
Add alloc_continuous_space_op (#15900)
6 years ago
dzhwinter 131e4a3b5f
Merge pull request #15904 from dzhwinter/fix/disable_temp
6 years ago
Krzysztof Binias 851ea04dec Add UTs to check whether primitives for activations and softmax already exist in backward
6 years ago
minqiyang b420ec3a92 invoke backward_hooks after reduce op's depcounts map
6 years ago
Qiyang Min 4bd28b304b
Merge pull request #15831 from velconia/imperative_engine
6 years ago
minqiyang 84bf4d7b06 Move ClearBlock into OpBase and VarBase's destructor
6 years ago
dzhwinter 2578241996 fix default value. test=develop
6 years ago
xuezhong 1dad36f6aa
Merge pull request #15609 from xuezhong/add_sample_logits_op
6 years ago
shippingwang eb932f717a add cosine decay op, test=develop
6 years ago
minqiyang 9dc64edfd9 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imperative_engine
6 years ago
Xin Pan 4a00bea736
Merge pull request #15789 from panyx0718/imperative2
6 years ago
xuezhong d266bac943 remove test temporal
6 years ago
xuezhong 81870723c6
Merge pull request #15605 from xuezhong/fix_bug_for_lstmp
6 years ago
minqiyang 1bf4b8ab60 keep parameters in block
6 years ago
Xin Pan 006c32f93d polish parameter names
6 years ago
Krzysztof Binias 309ea6f2de Fix for pylint Failed
6 years ago
minqiyang 8fe0c0c52c implement backward refs
6 years ago
Krzysztof Binias 1578c60bdd Add new ut and remove unnecessary code
6 years ago
xuezhong a7e7d95203
Merge pull request #15630 from xuezhong/fix_bug_adagrad2
6 years ago
Xin Pan 6019054cdd
Merge pull request #15716 from Yancey1989/refine_pg
6 years ago
Dun a83e470405
Profiler refine and add CUDA runtime api tracer (#15301)
6 years ago
minqiyang 1f0ef42e60 Change atol of numpy allclose
6 years ago
jerrywgz c0d33f1362
Merge pull request #15817 from jerrywgz/fix_nm_unittest_py36
6 years ago
minqiyang f53e1d5c4b implement ClearBlock
6 years ago
chengduo fbb5404652
fix test_parallel_executor_seresnex timeout (#15812)
6 years ago
mozga-intel 13ec2d331b Enable momentum operator for a ngraph engine (#15673)
6 years ago
jerrywgz 4711d88a2f fix nms unittest in py36, test=develop
6 years ago
Jiabin Yang f1df9dba24
test=develop, update fluid.layers to LaryerHelper (#15797)
6 years ago
xuezhong d328660304 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_bug_for_lstmp
6 years ago
xuezhong 57294fa890 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_bug_adagrad
6 years ago
xuezhong d12252e6a6 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_sample_logits_op
6 years ago
xuezhong c5360a3f6b refine code
6 years ago
mozga-intel df23a6f894 Enable cross_entropy operator for a ngraph engine (#15674)
6 years ago
baojun 72061b0ac0 Add ngraph op coverage (#15721)
6 years ago
dzhwinter 28609b3435
Merge pull request #15696 from dzhwinter/cherry-pick/memory
6 years ago
xuezhong 4424021623 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_sample_logits_op
6 years ago
minqiyang 52e5ee60bd Add debug info
6 years ago
dzhwinter 6cb0208ab0 add reference. test=develop
6 years ago
dzhwinter 18afb77e78 polish code for reading. test=develop
6 years ago
Wu Yi 8666902b9d
fix test_transpiler random fail test=develop (#15736)
6 years ago
dzhwinter 6deac40724 polish code for reading. test=develop
6 years ago
dzhwinter d0a2a202d0 polish code for reading. test=develop
6 years ago
dzhwinter c1455e606d Merge remote-tracking branch 'origin/develop' into cherry-pick/memory
6 years ago
dzhwinter d376cf71b7 polish code for reading. test=develop
6 years ago
Xin Pan 792719fb7e polish test
6 years ago
Xin Pan 54f4d58553 make parameter and layer access easier
6 years ago
Xin Pan 408a9bb2e7 polish
6 years ago
Xin Pan 989138378d add sugar for fetching parameters
6 years ago
Tao Luo b9999435b7 remove 'import paddle.v2' in read data
6 years ago
Yancey1989 88d3dc949e Merge branch 'develop' of github.com:PaddlePaddle/Paddle into refine_pg
6 years ago
Yancey1989 f3463ecb6e refine pg execution
6 years ago
jerrywgz 6f11f35abe
Merge pull request #15703 from jerrywgz/enhance_expand_op
6 years ago
chengduo c794ecf641
Remove test_image_classification_resnet from mac CI (#15706)
6 years ago
jerrywgz a52d5d5095 refine unittest, test=develop
6 years ago
baojun c47e258ea4 Add ngraph sum, sigmoid, relu_grad and tanh_grad op (#15642)
6 years ago
jerrywgz 8fc0fc314a support multiple var types for expand op, test=develop
6 years ago
xuezhong c5742f79f1 set label type to int64 to pass windows test
6 years ago
xuezhong 9505850e33 int type of numpy in windows default int32, need to set int64
6 years ago
xuezhong 1de9b60ace pass layer test
6 years ago
mozga-intel 1198ccae6b Enable batch_norm operator for a ngraph engine
6 years ago
xuezhong 58101e6d4d Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_bug_for_lstmp
6 years ago
xuezhong 4921c2cd02 add api spec change
6 years ago
baojun f4a0e68481 Fix ngraph compile WITH_DISTRIBUTE=ON (#15636)
6 years ago
xuezhong fb261793b9 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_sample_logits_op
6 years ago
xuezhong 2ba256df40 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_bug_for_lstmp
6 years ago
Tao Luo bec68fa0b3
Merge pull request #15637 from jerrywgz/refine_box_coder
6 years ago
baojun ac4cde009d Enable accuracy op for ngraph engine (#15592)
6 years ago
jerrywgz ceb412b0ae speed up box coder in CPU, test=develop
6 years ago
xuezhong dff7461ea8 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_bug_for_lstmp
6 years ago
xuezhong 20e579ef2a add initial_accumulator_value for adagrad
6 years ago
chengduo c1092374fc
Increase the timeout of test_pe_seresnext (#15621)
6 years ago
Zeng Jinle 1ccbc51218
Merge pull request #15619 from sneaxiy/debug
6 years ago
xuezhong c5c6bd7b02 refine code
6 years ago
xuezhong 4028943125 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_bug_for_lstmp
6 years ago
sneaxiy f26a1c9077 test=develop
6 years ago
dzhwinter 4f01de6378 Merge remote-tracking branch 'origin/develop' into feature/ir_inplace_pass
6 years ago
liuwei1031 6e84eb131f expose peak gpu memory API to python test=develop (#15529)
6 years ago
dzhwinter 9c9ad7d40b Merge remote-tracking branch 'origin/develop' into feature/ir_inplace_pass
6 years ago
jerrywgz 1743d1a58f
Merge pull request #15356 from jerrywgz/add_clip_op
6 years ago
dzhwinter 0a63234c85 follow comments. test=develop
6 years ago
mozga-intel 43a67a2662 Enable conv2d operator for a ngraph engine (#15269)
6 years ago
Yan Chunwei 897789b16e
fix save_inferece_model bug (#15365)
6 years ago
xuezhong 3c8aa787ec define sampled_softmax_with_cross_entropy
6 years ago
xuezhong 15d52f09f3 refine code
6 years ago
xuezhong 58ad40cc15 add sample_logits op
6 years ago
xuezhong 74da01191e refine code
6 years ago
xuezhong d600d0ac70 remove debug pdb
6 years ago
xuezhong b0c75f1763 remove debug print
6 years ago
xuezhong 880836329d add cell clip and proj clip, fix bug for h0
6 years ago
dzhwinter 6f9904e99a rerun windows ci. test=develop
6 years ago
jerrywgz 4eb44380a6
Merge branch 'develop' into add_clip_op
6 years ago
Xin Pan 30cc8b7a92
Merge pull request #15554 from heavengate/yolo_loss_darknet
6 years ago
mozga-intel 312500dcb5 Enable pool2d operator for a ngraph engine (#15395)
6 years ago
Jiabin Yang b4c24f3f7c
Merge pull request #15575 from JiabinYang/feature/imperative
6 years ago
dzhwinter 8b97a3a44f rerun ci. test=develop
6 years ago
dzhwinter a52be7c081 refine build strategy. test=develop
6 years ago
Tao Luo ea92905be4
Merge pull request #15478 from kbinias/kbinias/seperate-folders-for-mkldnn
6 years ago
dzhwinter 32a2014939 refine build strategy. test=develop
6 years ago
Yiqun Liu 16d54f7f23
Return parent_idx in beam_search op (#15520)
6 years ago
jerrywgz 72ee3c6232
Merge pull request #15398 from jerrywgz/add_axis_for_boxcoder
6 years ago
jerrywgz e402c0ec7d test=develop
6 years ago
jerrywgz 334f697da9 test=develop
6 years ago
Kaipeng Deng d3eeb92bba
Merge pull request #15491 from tink2123/new_align_corners
6 years ago
jerrywgz 3046799ecd
Merge branch 'develop' into add_clip_op
6 years ago
Krzysztof Binias b1bdcd4de8 Make separate folders for mkldnn codes
6 years ago
dzhwinter 06f2448848 Merge remote-tracking branch 'origin/develop' into feature/ir_inplace_pass
6 years ago
dzhwinter 8156fedf56 merge develop branch. test=develop
6 years ago
JiabinYang 16f64b43d4 test=develop, Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/imperative
6 years ago
dengkaipeng 577424e5ec use darknet loss and trick
6 years ago
dengkaipeng 042fecefab use L2Loss. test=develop
6 years ago
dengkaipeng af124dcdf6 fix API error
6 years ago
dengkaipeng c945ffa7f8 fix label_smooth and mixup score
6 years ago