Commit Graph

4436 Commits (1a4a51db2b8834d893cc011439e9f5367ec4f125)

Author SHA1 Message Date
zhoukunsheng f9223c5fa9 Logical compare (#16513)
6 years ago
wopeizl 0114f1d65a
give the output value to keep consistant with document test=develop (#16740)
6 years ago
phlrain 766c868199 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into softmax_cross_support_high_rank
6 years ago
Tao Luo 485bc6a055
Merge pull request #16868 from chengduoZH/speedup_test_parallel_executor_transformer
6 years ago
Tao Luo d4b5510c00
Merge pull request #16860 from junjun315/fix-utest-vgg
6 years ago
liuwei1031 072db0938b
optimize lstmp and sample_logits op, test=develop (#16845)
6 years ago
Jiabin Yang 84b7a7291e test=develop, fix hsigmoid dereference nullptr (#16769)
6 years ago
minqiyang 9a3848a2ea Fix attrs
6 years ago
Hongyu Liu 2de7f3cfc3
Merge pull request #16799 from phlrain/sigmoid_corss_entropy_support_high_rank
6 years ago
chengduozh 3349094fe2 reduce the layer number of transfromer
6 years ago
Qiyang Min 590af88c79
Merge pull request #16742 from velconia/imperative_fix_growing_dict
6 years ago
minqiyang 73cbdc2998 Add train mode
6 years ago
colourful-tree 434caab21b
Merge pull request #16741 from colourful-tree/dev
6 years ago
lujun 4aea89faa2 fix vgg-test. test=develop
6 years ago
dengkaipeng 7b1702d9a1 fix unittest and API.spec. test=develop
6 years ago
dengkaipeng b20b27f0f7 fix yolov3_loss param name. test=develop
6 years ago
Tao Luo 54be8d9be4
Merge pull request #16747 from chuanqi129/reduce_test_calibration_time
6 years ago
乔龙飞 Qiao Longfei 82cff5ec42
Merge pull request #16762 from jacquesqiao/add-async_sparse_param_update_recorder
6 years ago
heqiaozhi aab9ea6ccb out && commit id
6 years ago
jiaqi 7968887fae
Merge branch 'develop' into dataset_merge_develop
6 years ago
Yibing Liu 4267a81afc
Correct the lod level of compiled time in lod_reset (#16790)
6 years ago
guru4elephant 1b75049407
Merge pull request #16788 from guru4elephant/fix_python_codestyle
6 years ago
chengduo c62674f475
Refine StaticRnn (#16707)
6 years ago
chengduo 6220b8b9d1
[Speed] Make test_dyn_rnn faster (#16761)
6 years ago
Leo Zhao a9694bd3d6 convert output to nchw format to align with native version in avx512 mode
6 years ago
heqiaozhi 759940786e Merge remote-tracking branch 'upstream/develop' into dev
6 years ago
zhoukunsheng 380df8281f Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into zeros_like
6 years ago
heqiaozhi 85a0746e9d fix doc
6 years ago
Qiao Longfei afc56949c1 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add-async_sparse_param_update_recorder
6 years ago
heqiaozhi 271532eb5e fix doc
6 years ago
heqiaozhi bc7b3a6147 fix doc
6 years ago
phlrain 8063f5867f remove sigmoid change; test=develop
6 years ago
phlrain 468f8ccff9 supprt high rank; test=develop
6 years ago
phlrain 97d4622bdb add softmax test unit
6 years ago
phlrain bbfc82cc42 softmax corss entropy support high rank
6 years ago
zhoukunsheng 2b2b4ca21e
Merge branch 'develop' into rsqrt
6 years ago
heqiaozhi afa64a5cfa add cvm unittest
6 years ago
Hongyu Liu e2897ba13a
Merge pull request #16432 from zhoukunsheng/linspace
6 years ago
Hongyu Liu 283ae0faaa
Merge pull request #16525 from zhoukunsheng/rank
6 years ago
Hongyu Liu afe0d64c9d
Merge pull request #16320 from zhoukunsheng/all_any
6 years ago
ruri 39d6a985bc
fix some comments, include cosine_decay,l2_normalize,pixel_shuffle (#16763)
6 years ago
dongdaxiang 8257136012 fix bug
6 years ago
xjqbest 0ef19e2d4d fix code style
6 years ago
xjqbest efe4311a98 fix release_memory not found & fix doc string example error
6 years ago
dongdaxiang ceac9df87a fix code style for incubator
6 years ago
guru4elephant aa46caf3d9
Merge pull request #16765 from guru4elephant/gpu_dataset_train
6 years ago
Wu Yi 8b58732013
remove append_LARS not used api test=develop (#16703)
6 years ago
Tao Luo f96446cade
Merge pull request #16738 from luotao1/high_level_api_test
6 years ago
minqiyang 734260f47b Make Op Hold Output too and release backward_refs each time
6 years ago
chengduo 610c6442e3
Make test_parallel_executor_seresnet.py Faster (#16701)
6 years ago
minqiyang 20e304f2ae Tracer does not hold op any more
6 years ago
minqiyang 08a7cdee11 Polish code
6 years ago
minqiyang 20ead9e659 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imperative_fix_growing_dict
6 years ago
Tao Luo 544f91deba add WITH_HIGH_LEVEL_API option, default OFF
6 years ago
guru4elephant ba98872d96
Update dataset.py
6 years ago
dongdaxiang 05464e7c5c add gpu training for Executor.train_from_dataset
6 years ago
Qiao Longfei 0608f8ca56 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add-async_sparse_param_update_recorder
6 years ago
Tao Luo 7d0ed2a423 remove non-existent test_image_classification_resnet
6 years ago
Zeng Jinle 674aed6a6c
Fix unittests which takes too long time (#16713)
6 years ago
chuanqiw 1818d1d9f0 Reduce test_calibration test time by using large batchsize
6 years ago
xjqbest e784884e70 add Example in doc string of split_filelist
6 years ago
Jiabin Yang 7060c8d89f
test=develop, refine transformer (#16734)
6 years ago
lujun 9bd44b94da
Merge pull request #16561 from junjun315/move-api-to-root
6 years ago
gongweibao 95410652e8
Fix dgc spelling mistakes. (#16733)
6 years ago
xjqbest 1c0ef929f9 fix code style
6 years ago
xujiaqi01 1938132936 fix code style
6 years ago
Kaipeng Deng ed97156461
Merge pull request #16439 from heavengate/resize_scale
6 years ago
xjqbest d5ee580c5c move split filelist from trainer.py to fleet & fix error
6 years ago
minqiyang 9434f9a6f9 Fix auto growth bug of optimizer in dygraph mode
6 years ago
heqiaozhi 54dddee37e add continuous value model op
6 years ago
Tao Luo 38f01b678a rename high_level_api tests
6 years ago
Huihuang Zheng 2146293d26 Fix op registry (#16677)
6 years ago
lujun 14db0680c0 merge conflict, test=develop
6 years ago
lujun 92c8ac8a74 merge conflict, test=develop
6 years ago
Jiabin Yang a06f4b2b2c
make less batch of tests to fit ci (#16706)
6 years ago
chengduo 55b15db5af
Add unit test for fuse all_reduce ops (#16699)
6 years ago
gongweibao 8b793d0efd
Fix DGC bug. (#16697)
6 years ago
Yan Xu c6720990c0
fix seresnext unit test (#16689)
6 years ago
guru4elephant 7d653f0aed
Merge pull request #16652 from xjqbest/dataset_merge_develop
6 years ago
xjqbest 126d2a2f9d fix init_worker bug
6 years ago
chengduo ea8655dbd2
Add unit test for fuse_opt_ops (#16550)
6 years ago
xjqbest 6a57e8075a remove trainer_id in datafeed and dataset
6 years ago
minqiyang 7c4b9b577a Polish code
6 years ago
minqiyang aa07814df3 Add 3 uts
6 years ago
minqiyang 2e0b871320 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imperative_dqn
6 years ago
xjqbest 7a759d76cd fix code style
6 years ago
Yan Xu b4c3a6aa0b
[Imperative] implement imperative NCCLParallelContext (#16477)
6 years ago
xjqbest 274477005e fix dataset testcase error
6 years ago
Zeng Jinle bb143052cb
fix gc bug in conditional block (#16673)
6 years ago
xjqbest 5e5139283b fix runtime error
6 years ago
ruri 229dc93277
Add Pixel shuffle OP (#15782)
6 years ago
lujun 38382f8e27
Merge pull request #16658 from JiabinYang/fix/transformer_random_failed
6 years ago
lujun 99120698b7 merge confict, test=develop
6 years ago
lujun 01f4f2d7e4 merge confict, test=develop
6 years ago
minqiyang b29249404b Polish code
6 years ago
minqiyang 61fe139f34 Polish code
6 years ago
lujun e11bf2a49e merge branch, test=develop
6 years ago
Qiyang Min cf307d0dfb Imperative fix ptb rnn place bug (#16632)
6 years ago
JiabinYang 4c18b98fcd test=develop, fix transformer in dygraph
6 years ago
lujun a32c6ffa96 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into move-api-to-root
6 years ago