Commit Graph

4997 Commits (ec9bc1bd9f2381e95a7933e2157974c2a38d89f7)

Author SHA1 Message Date
guomingz 2281ebf0f3 Enable the convolution/relu6(bounded_relu) fusion for FP32 on Intel platform. (#17130)
7 years ago
Zhen Wang 3398f99608
Adding AddQuantDequantPass for TensorRT int8 (#17529)
7 years ago
Yibing Liu f9796b1249
Add LAMB Optimizer support (#17489)
7 years ago
mozga-intel 99ab57123c Enabled ngraph elementwise max operator (#17517)
7 years ago
Tao Luo 3d19f44a89
remove unused SERIAL compiler option (#17500)
7 years ago
zhaoyuchen2018 dfdcd91869
Add api doc code examples (#17285)
7 years ago
Jiabin Yang d2682a84ca
test=develop, fix dygraph batch_norm (#17465)
7 years ago
mozga-intel 1eb151752e Enable abs operator for a ngraph test=develop (#17436)
7 years ago
Zhaolong Xing ff7f911b4d
add quant_dequant_moving_avg_max_abs op (#17480)
7 years ago
Hongyu Liu 306eadcd39
fix eval mode bug; test=develop (#17499)
7 years ago
Qiao Longfei 287de41c04
Optimize communicator flags (#17494)
7 years ago
Zeng Jinle 9eb19df266
fix uniform_random op,test=develop (#17492)
7 years ago
liuwei1031 c3949f5699
remove two useless flags: enable_subgraph_optimize, memory_optimize_debug, test=develop (#17491)
7 years ago
liuwei1031 f82e4d75e7
improve the doc of paddle.fluid.memory_optimize, test=develop (#17473)
7 years ago
Zeng Jinle 65dd7ec2d6
add clear ops in dygraph optimizers,test=develop (#17484)
7 years ago
lvmengsi 10b23a72c1 Double backward elementwise div (#17416)
7 years ago
Kaipeng Deng 14f223624f
fix sqrt unittest. test=develop (#17440)
7 years ago
lvmengsi 977e9fcb27
support elementwise_sub double backward (#17476)
7 years ago
jiaqi 75cda4d9df
fix data_feed_desc.py example run error (#17452)
7 years ago
jiaqi e32f4c4f9d
examples use code-block in dataset.py (#17451)
7 years ago
jiaqi 05df39ac06
support sparse table get shard_num from TableParameter (#17443)
7 years ago
Yan Xu 0217555530 polish parallel dygraph code (#17164)
7 years ago
Jiabin Yang 15453d05a8
test=develop, fix AdgradOptimizer example code (#17401)
7 years ago
liuwei1031 6a53fa95e7
improve the API Sample of DataFeeder, memory_optimize and release_memory (#17374)
7 years ago
Zeng Jinle 712bfb17cb
fix recurrent_op,test=develop (#17433)
7 years ago
chengduo e336dc86bb
[Speed] Refine the Executor when the num_thread=1 (#17405)
7 years ago
Jie Fang 30e178fa2c init auto loss scaling (#17194)
7 years ago
Kaipeng Deng 58d5c61a29 fix sqrt_grad_grad unittest. test=develop (#17410)
7 years ago
mozga-intel 6ee6700fac Eanble stack operator for a Ngraph, test=develop (#17406)
7 years ago
jiaqi 34369944f5
support config file, cvm, load, save, shrink (#17319)
7 years ago
jiaqi 66d51206b1
add save/load model, shrink table, cvm, config file & fix pull dense bug (#17118)
7 years ago
baojun 1ce7b45b9e NGraph Added fill_zeros_like op test=develop (#17295)
7 years ago
baojun 910196524d NGraph Added dropout and dropout_grad to ngraph test=develop (#17320)
7 years ago
mozga-intel b189480734 Ngraph Enable gather operator test=develop (#17296)
7 years ago
lvmengsi 4ef631013c Double backward sqrt (#17387)
7 years ago
JesseyXujin 829fcc98fb
Fix some APIs' example
7 years ago
Zeng Jinle eab34b2df6
fix_dygraph_mem_leak, test=develop (#17396)
7 years ago
lvmengsi 5d1ac41b00 Double backward reduce mean (#17372)
7 years ago
chengduo d915a04907
Add examples for AdamaxOptimizer (#17381)
7 years ago
Kaipeng Deng bd9bef5a4e
add elementwise_add_grad_grad op (#17366)
7 years ago
jerrywgz 1c6d064627
add collect fpn proposals op,test=develop (#16074)
7 years ago
Kaipeng Deng 60be66e2c0
support fc_op double grad (#17317)
7 years ago
Zhen Wang ad8bbe587e
Fix some api example codes' bugs and these APIs include load_inference_model, load_vars, save_vars, L1DecayRegularizer and L2DecayRegularizer. (#17324)
7 years ago
zhoukunsheng 2ff7ea3337 Expose sign op (#17117)
7 years ago
Jiabin Yang 4624d7c642
test=develop, add gradient sort backward strategy (#17125)
7 years ago
qingqing01 1d0ba5e815
Fix the example code in some Python API (#17333)
7 years ago
Jiabin Yang c843e64cf5
Revert "rename the default version from '0.0.0' to 'latest' (#17304)" (#17356)
7 years ago
Kaipeng Deng 8bae8590ac
add double grad for elementwise_mul op (#17255)
7 years ago
Kaipeng Deng 11d3a38f25
add double grad for square op (#17173)
7 years ago
Jiabin Yang 31536016ea
test=develop, test=document_preview, fix 13 api doc and code (#17293)
7 years ago
chengduo bc833945a4
Add DropLocalExeScopes in ParallelExecutor (#17297)
7 years ago
zhoukunsheng d4b67e1692 Add Where Op(#16793)
7 years ago
zhoukunsheng 1bfff02047 Add Diag Op(#17027)
7 years ago
SunGaofeng ddb24d48c5
test=develop (#17322)
7 years ago
qingqing01 e32c9888f5
Double backward of conv2d. (#17211)
7 years ago
wopeizl f456c8beb8
rename the default version from '0.0.0' to 'latest' (#17304)
7 years ago
xiaoting 50ad9046c9 add import, test=develop (#17229)
7 years ago
zhoukunsheng 4292bd8687 Mod floordiv (#17251)
7 years ago
tangwei12 565d309501
Reformat fleet API (#17135)
7 years ago
lujun a88a1faa48
Format file path (#17280)
7 years ago
guru4elephant 5d6a1fcf16
fix infer_from_dataset and train_from_dataset (#17243)
7 years ago
Huihuang Zheng 2c4462711f
Fix API example code of save_inference_model (#17274)
7 years ago
xiaoting 9ed4aaada4 modified formula for Lrn (#17281)
7 years ago
Jiabin Yang d8af44a5a3
test=develop, fix error with training and test on diff device (#17276)
7 years ago
lujun e388a1fb66
Repair api example (#17221)
7 years ago
guomingz 6d1d7c8acf Fix the KL algorithm bug when calculated the size of tensor. (#17198)
7 years ago
lvmengsi dab71e8d97
Fix api example (#17231)
7 years ago
baojun 7bd1d03ee5 Adding lrn op for ngraph engine (#17189)
7 years ago
Zhen Wang 65541d83b0
add scale pass for calculating the output scales.test=develop (#17259)
7 years ago
chengduo 8f534696b7
Polish Executor and Compiler doc (#17262)
7 years ago
gongweibao 91784f8ec3
Fix code in document. (#17237)
7 years ago
Huihuang Zheng 648320bb6c
Fix some data and reader related API code (#17202)
7 years ago
Zeng Jinle f2fa3f7300
fix api doc,test=develop (#17241)
7 years ago
Zeng Jinle 4f8594088d
Enhance inplace/mem-opt pass and enhance softmax_with_cross_entropy op inplace (#17225)
7 years ago
Tao Luo 8b62f53719
fix nn.py lack of `import warnings` (#17249)
7 years ago
baojun e782b54b9c update sofmax with axis arg test=develop (#17190)
7 years ago
tensor-tang 71f0c6d5bd
fix api doc of hash, relu, concat, argmin, argmax, argsoft and all activations (#17235)
7 years ago
Tao Luo ff1661f12a
remove unused FLAGS_warpctc_dir (#17162)
7 years ago
Kaipeng Deng a71d8fdb87
Softmax_cross_entropy op add axis (#16806)
7 years ago
Zhen Wang a40121e4c8
fix the initialization process error. test=develop (#17213)
7 years ago
Zhen Wang a914d9b116
Quant output scale (#17215)
7 years ago
Tao Luo 16922e0093
fix api_example of tree_conv (#17239)
7 years ago
jerrywgz ef66baedc0
Refine api doc (#17230)
7 years ago
Yibing Liu 6b0f27e802
Fix some APIs' example (#17214)
7 years ago
ruri 5817077c99
Fix unexecutable API examples (#17218)
7 years ago
jerrywgz cc95a7516c
fix distribute fpn proposals, test=develop (#16152)
7 years ago
Tao Luo 9ec4615deb
fix profiler and name_scope API examples (#17212)
7 years ago
wopeizl 06325c4de1
disable the test_distillation_strategy temporarily (#17227)
7 years ago
Zeng Jinle ee2028a110
Add use_cuda to inplace pass (#17205)
7 years ago
chengduo f2db475a3e
update ParallelExecutor (#17204)
7 years ago
jerrywgz a72907bbf4
Enhance concat op to support empty input. (#17015)
7 years ago
wopeizl 83c4f7721f
use two GPUs to run the exclusive test test=develop (#17187)
7 years ago
tianshuo78520a 8092c40560 Modify test timeout (#17181)
7 years ago
guru4elephant f938ccec62
remove async executor python api to fix document (#17174)
7 years ago
Zeng Jinle 5dfe2ab9e8
Fix mem leak when converting Tensor to numpy array (#17182)
7 years ago
Zeng Jinle 4e1bc6e805
Rewrite inplace pass and fix gc bug (#17126)
7 years ago
Lfc1993 aa5307ce5b fix python3 run_time_error in ops. test=develop (#17170)
7 years ago
guomingz e4a52e082f resolve #17159 (#17172)
7 years ago
xiaoting bc48453b73 polish the label_smooth (#17138)
7 years ago
Lfc1993 626922d3cd fix run_time_error in uniform_random. test=develop (#17152)
7 years ago
tangwei12 deb510d451
cvm op feature (#17081)
7 years ago
Jiancheng Li 554d3a71d2 test=develop fix bug: fix selected_indices in nms (#17140)
7 years ago
Zeng Jinle 28d69d710a
Refine dropout gpu memory (#17095)
7 years ago
chengduo 9ccce576d6
fix test_weight_decay (#17109)
7 years ago
xiaoting 7da7881c0e Detailed coordinate description for yolov3 loss (#17007)
7 years ago
tangwei12 7330cd639c
truncated_gaussian_random supported in distributed training, test=develop (#17091)
7 years ago
ceci3 258e000be6
test=develop, double backward leaky_relu (#17067)
7 years ago
Kaipeng Deng 10c487eb21
fix interpolate cu. test=develop (#17101)
7 years ago
whs 55ce36e981
Speedup roi_perspective_transform op by caching the information of linear interpolation in forward (#17090)
7 years ago
Yibing Liu beda78258f
Init mixed precision training interface (#16856)
7 years ago
Yan Xu 0b07eef118
ParallelDyGraph with GPU collective mode (#16827)
7 years ago
tangwei12 1a4a51db2b
Fleet unify distributed training (#16791)
7 years ago
tangwei12 e707119a89
remove ut test_dist_word2vec in mac ci, will fix it in private, test=develop (#17066)
7 years ago
Zhen Wang b8c166f632
Merge pull request #17029 from wzzju/add_graph_checkpoint
7 years ago
guomingz 2deac4e447 Fix the bug of test_conv2d_int8_mkldnn case which raised by improper parameter passing (#17058)
7 years ago
chengduo a2be4b4d91
Add fuse momenutum ops (#16745)
7 years ago
tink2123 5e216fcf1a fix split
7 years ago
chengduo e296e0fead
fix test_parallel_executor_seresnet random fail (#17030)
7 years ago
Tao Luo b3a11943c1
Merge pull request #17031 from luotao1/reduce_test_time
7 years ago
qingqing01 c1c2633a63
Support backward of backward for Relu and add a new gradient checker by comparing theoretical and numerical Jacobian. (#16862)
7 years ago
Zeng Jinle f188b3708e
Move gc test to each test of op (#16999)
7 years ago
chengduo 7c370e42f9
Fix test_recurrent_op (#17001)
7 years ago
Tao Luo 9466e956a7 reduce unittest time by rename testcuda to has_cuda
7 years ago
Zhen Wang bf6b9d6d37 add checkpoint functions for graph. test=develop
7 years ago
wopeizl d9991dccdd
add parallel build script to ci … (#16901)
7 years ago
Zeng Jinle 24923f7604
fix py_reader demo (#16997)
7 years ago
qingqing01 ea42e431f8
Speed unit testing. (#16978)
7 years ago
guomingz ae7a2cb8e3 resolve #16988 (#16995)
7 years ago
liuwei1031 765c70a1b0
Unittest improve, test=develop (#16941)
7 years ago
guomingz 23df084b32 resolve #16987 (#16994)
7 years ago
Zeng Jinle 1202d3fc74
Refine model gpu memory (#16993)
7 years ago
Zeng Jinle af8a041bb6
reduce py_reader unittest time (#16996)
7 years ago
Wang, Chuanqi 45ebafc33e Split test_calibration test to two tests (#16977)
7 years ago
Yibing Liu 3c375751f8
Support seq len equal to 0 in sequence ops (#16935)
7 years ago
lujun 9d2f7d762c fix dy-load bug, test=develop
7 years ago
lujun 94c4cd1a98 fix dy-load bug, test=develop
7 years ago
lujun a3f17280a3 fix dy-load bug, test=develop
7 years ago
Yibing Liu 36c05d36ab
Check some shapes only in runtime (#16919)
7 years ago
whs 486f7d8ed6
Restore quantization and distillation stategy before loading persistables. (#16958)
7 years ago
gongweibao cbdb8a17b1
Polish DGC code (#16818)
7 years ago
lujun dbf66dd034
Merge pull request #16954 from junjun315/fix-dygraph-checkpoint
7 years ago
Tao Luo aa9caa1691
Merge pull request #16951 from luotao1/reduce_ci_time
7 years ago
Tao Luo aed702cea3
Merge pull request #16920 from qingqing01/test_profile
7 years ago
Tao Luo b596eed73a
Merge pull request #16824 from LeoZhao-Intel/mkldnn_mul
7 years ago
lujun 3beed54cdd
Merge pull request #16917 from velconia/dygraph_untrack_op
7 years ago
lujun a7c11979ba fix dygraph save/load checkpoint error, test=develop
7 years ago
Tao Luo bc037c13c7 use multi-thread to speedup CI tests
7 years ago
tangwei12 2b61db07d1
fix sampling id op bug (#16909)
7 years ago
gongweibao b7f20ed6af
Fix unittest dataset error (#16925)
7 years ago
Hongyu Liu d5a7c09856
Merge pull request #16798 from phlrain/softmax_cross_support_high_rank
7 years ago
Dang Qingqing b73a71d11e Fix test_profiler when the machine has many cores
7 years ago
guru4elephant 03a7ec55cf
Merge pull request #16746 from xjqbest/dataset_merge_develop
7 years ago
Kaipeng Deng 5d45eb06f9
Merge pull request #16858 from heavengate/fix_yolo_param
7 years ago
minqiyang 97aa1838bc Fix dygraph train mode
7 years ago
Qiyang Min 102fc8596e
Merge pull request #16777 from velconia/dygraph_untrack_op
7 years ago
Leo Zhao 1edcd73115 remove unnecessary new line
7 years ago
Leo Zhao 61cc842a53 disable test_elementwise_mul_mkldnn_op case
7 years ago
xiaoting ccc3bd70c1 polish doc for uniform_random and multi_box_head (#16864)
7 years ago
Hongyu Liu 0701c2db47
Merge pull request #16518 from zhoukunsheng/rsqrt
7 years ago
Hongyu Liu bbcfa8ffb2
Merge pull request #16493 from zhoukunsheng/zeros_like
7 years ago
phlrain d722841622 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into softmax_cross_support_high_rank
7 years ago
zhoukunsheng f9223c5fa9 Logical compare (#16513)
7 years ago
wopeizl 0114f1d65a
give the output value to keep consistant with document test=develop (#16740)
7 years ago
phlrain 766c868199 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into softmax_cross_support_high_rank
7 years ago
Tao Luo 485bc6a055
Merge pull request #16868 from chengduoZH/speedup_test_parallel_executor_transformer
7 years ago
Tao Luo d4b5510c00
Merge pull request #16860 from junjun315/fix-utest-vgg
7 years ago
liuwei1031 072db0938b
optimize lstmp and sample_logits op, test=develop (#16845)
7 years ago
Jiabin Yang 84b7a7291e test=develop, fix hsigmoid dereference nullptr (#16769)
7 years ago
minqiyang 9a3848a2ea Fix attrs
7 years ago
Hongyu Liu 2de7f3cfc3
Merge pull request #16799 from phlrain/sigmoid_corss_entropy_support_high_rank
7 years ago
chengduozh 3349094fe2 reduce the layer number of transfromer
7 years ago
Qiyang Min 590af88c79
Merge pull request #16742 from velconia/imperative_fix_growing_dict
7 years ago
minqiyang 73cbdc2998 Add train mode
7 years ago
colourful-tree 434caab21b
Merge pull request #16741 from colourful-tree/dev
7 years ago
lujun 4aea89faa2 fix vgg-test. test=develop
7 years ago
dengkaipeng 7b1702d9a1 fix unittest and API.spec. test=develop
7 years ago
dengkaipeng b20b27f0f7 fix yolov3_loss param name. test=develop
7 years ago
Tao Luo 54be8d9be4
Merge pull request #16747 from chuanqi129/reduce_test_calibration_time
7 years ago
乔龙飞 Qiao Longfei 82cff5ec42
Merge pull request #16762 from jacquesqiao/add-async_sparse_param_update_recorder
7 years ago
heqiaozhi aab9ea6ccb out && commit id
7 years ago
jiaqi 7968887fae
Merge branch 'develop' into dataset_merge_develop
7 years ago
Yibing Liu 4267a81afc
Correct the lod level of compiled time in lod_reset (#16790)
7 years ago
guru4elephant 1b75049407
Merge pull request #16788 from guru4elephant/fix_python_codestyle
7 years ago
chengduo c62674f475
Refine StaticRnn (#16707)
7 years ago
chengduo 6220b8b9d1
[Speed] Make test_dyn_rnn faster (#16761)
7 years ago
Leo Zhao a9694bd3d6 convert output to nchw format to align with native version in avx512 mode
7 years ago
heqiaozhi 759940786e Merge remote-tracking branch 'upstream/develop' into dev
7 years ago
zhoukunsheng 380df8281f Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into zeros_like
7 years ago
heqiaozhi 85a0746e9d fix doc
7 years ago
Qiao Longfei afc56949c1 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add-async_sparse_param_update_recorder
7 years ago
heqiaozhi 271532eb5e fix doc
7 years ago
heqiaozhi bc7b3a6147 fix doc
7 years ago
phlrain 8063f5867f remove sigmoid change; test=develop
7 years ago
phlrain 468f8ccff9 supprt high rank; test=develop
7 years ago
phlrain 97d4622bdb add softmax test unit
7 years ago
phlrain bbfc82cc42 softmax corss entropy support high rank
7 years ago
zhoukunsheng 2b2b4ca21e
Merge branch 'develop' into rsqrt
7 years ago
heqiaozhi afa64a5cfa add cvm unittest
7 years ago
Hongyu Liu e2897ba13a
Merge pull request #16432 from zhoukunsheng/linspace
7 years ago
Hongyu Liu 283ae0faaa
Merge pull request #16525 from zhoukunsheng/rank
7 years ago
Hongyu Liu afe0d64c9d
Merge pull request #16320 from zhoukunsheng/all_any
7 years ago
ruri 39d6a985bc
fix some comments, include cosine_decay,l2_normalize,pixel_shuffle (#16763)
7 years ago
dongdaxiang 8257136012 fix bug
7 years ago
xjqbest 0ef19e2d4d fix code style
7 years ago
xjqbest efe4311a98 fix release_memory not found & fix doc string example error
7 years ago
dongdaxiang ceac9df87a fix code style for incubator
7 years ago
guru4elephant aa46caf3d9
Merge pull request #16765 from guru4elephant/gpu_dataset_train
7 years ago
Wu Yi 8b58732013
remove append_LARS not used api test=develop (#16703)
7 years ago
Tao Luo f96446cade
Merge pull request #16738 from luotao1/high_level_api_test
7 years ago
minqiyang 734260f47b Make Op Hold Output too and release backward_refs each time
7 years ago
chengduo 610c6442e3
Make test_parallel_executor_seresnet.py Faster (#16701)
7 years ago
minqiyang 20e304f2ae Tracer does not hold op any more
7 years ago
minqiyang 08a7cdee11 Polish code
7 years ago
minqiyang 20ead9e659 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imperative_fix_growing_dict
7 years ago
Tao Luo 544f91deba add WITH_HIGH_LEVEL_API option, default OFF
7 years ago
guru4elephant ba98872d96
Update dataset.py
7 years ago
dongdaxiang 05464e7c5c add gpu training for Executor.train_from_dataset
7 years ago
Qiao Longfei 0608f8ca56 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add-async_sparse_param_update_recorder
7 years ago
Tao Luo 7d0ed2a423 remove non-existent test_image_classification_resnet
7 years ago
Zeng Jinle 674aed6a6c
Fix unittests which takes too long time (#16713)
7 years ago
chuanqiw 1818d1d9f0 Reduce test_calibration test time by using large batchsize
7 years ago
xjqbest e784884e70 add Example in doc string of split_filelist
7 years ago
Jiabin Yang 7060c8d89f
test=develop, refine transformer (#16734)
7 years ago
lujun 9bd44b94da
Merge pull request #16561 from junjun315/move-api-to-root
7 years ago
gongweibao 95410652e8
Fix dgc spelling mistakes. (#16733)
7 years ago
xjqbest 1c0ef929f9 fix code style
7 years ago
xujiaqi01 1938132936 fix code style
7 years ago
Kaipeng Deng ed97156461
Merge pull request #16439 from heavengate/resize_scale
7 years ago
xjqbest d5ee580c5c move split filelist from trainer.py to fleet & fix error
7 years ago
minqiyang 9434f9a6f9 Fix auto growth bug of optimizer in dygraph mode
7 years ago
heqiaozhi 54dddee37e add continuous value model op
7 years ago
Tao Luo 38f01b678a rename high_level_api tests
7 years ago
Huihuang Zheng 2146293d26 Fix op registry (#16677)
7 years ago
lujun 14db0680c0 merge conflict, test=develop
7 years ago
lujun 92c8ac8a74 merge conflict, test=develop
7 years ago
Jiabin Yang a06f4b2b2c
make less batch of tests to fit ci (#16706)
7 years ago
chengduo 55b15db5af
Add unit test for fuse all_reduce ops (#16699)
7 years ago
gongweibao 8b793d0efd
Fix DGC bug. (#16697)
7 years ago
Yan Xu c6720990c0
fix seresnext unit test (#16689)
7 years ago
guru4elephant 7d653f0aed
Merge pull request #16652 from xjqbest/dataset_merge_develop
7 years ago
xjqbest 126d2a2f9d fix init_worker bug
7 years ago
chengduo ea8655dbd2
Add unit test for fuse_opt_ops (#16550)
7 years ago
xjqbest 6a57e8075a remove trainer_id in datafeed and dataset
7 years ago
minqiyang 7c4b9b577a Polish code
7 years ago
minqiyang aa07814df3 Add 3 uts
7 years ago
minqiyang 2e0b871320 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imperative_dqn
7 years ago
xjqbest 7a759d76cd fix code style
7 years ago
Yan Xu b4c3a6aa0b
[Imperative] implement imperative NCCLParallelContext (#16477)
7 years ago
xjqbest 274477005e fix dataset testcase error
7 years ago
Zeng Jinle bb143052cb
fix gc bug in conditional block (#16673)
7 years ago
xjqbest 5e5139283b fix runtime error
7 years ago
ruri 229dc93277
Add Pixel shuffle OP (#15782)
7 years ago
lujun 38382f8e27
Merge pull request #16658 from JiabinYang/fix/transformer_random_failed
7 years ago
lujun 99120698b7 merge confict, test=develop
7 years ago
lujun 01f4f2d7e4 merge confict, test=develop
7 years ago
minqiyang b29249404b Polish code
7 years ago
minqiyang 61fe139f34 Polish code
7 years ago
lujun e11bf2a49e merge branch, test=develop
7 years ago
Qiyang Min cf307d0dfb Imperative fix ptb rnn place bug (#16632)
7 years ago
JiabinYang 4c18b98fcd test=develop, fix transformer in dygraph
7 years ago
lujun a32c6ffa96 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into move-api-to-root
7 years ago
lujun 78ff5d72d3
Merge pull request #16520 from PaddlePaddle/move-code
7 years ago
Xin Pan c77fb9fed9
Merge pull request #16636 from panyx0718/imperative
7 years ago
xjqbest 514d727aa4 fix dataset bug
7 years ago
xjqbest 271b7147cc fix dataset bug
7 years ago
Zeng Jinle 1c526e1d1a
Fix some grad op desc makers (#16633)
7 years ago
minqiyang e377d75977 Add UT for most layers without params
7 years ago
dengkaipeng c7876e8c46 fix format. test=develop
7 years ago
Xin Pan d02e3e7f79 add a simple test
7 years ago
Tao Luo 220190d5d2
Merge pull request #16543 from Genie-Liu/fix-metrics.Precision
7 years ago
minqiyang 2839e22739 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imperative_dqn
7 years ago
minqiyang cd71d645c5 Polish code
7 years ago
minqiyang 2e09e95bfc Add GPU place in static mode of ptb rnn
7 years ago
chengduo 1342e2ea04
Fix the bug of the fast threaded executor (#16514)
7 years ago
Zeng Jinle d658244997
fix some grad op desc maker (#16581)
7 years ago
lujun ad7c1a934f merge conficts, test=develop
7 years ago
lujun 60e3e35575 merge branch, test=develop
7 years ago
gongweibao 0342f01249
Fix dgc bug. (#16602)
7 years ago
Qiyang Min 12e36d38a5 Imperative deep-first backward process (#16605)
7 years ago
Jiabin Yang 353244f4fc
test=develop, add FC and test (#16604)
7 years ago
lujun e97ded835a merge branch, test=develop
7 years ago
guru4elephant be61e9eab8
Merge pull request #16597 from guru4elephant/refine_dataset
7 years ago
AIFollowers fb1ae722d1 Fix model_stat importing in paddle/fluid/contrib
7 years ago
乔龙飞 Qiao Longfei 21622ca30b
Merge pull request #16172 from jacquesqiao/add-async-ssa-graph-executor-communicator
7 years ago
minqiyang 55b01978e0 Polish code
7 years ago
minqiyang 51ca50897a Change the iteration direction in ingrads' map slots
7 years ago
minqiyang d16cb8ca11 Polish code
7 years ago
minqiyang cce766d710 Reverse iterator op's input
7 years ago
minqiyang 1a55f7d38c Change from width-first backward to deep-first backward process
7 years ago
Jiabin Yang 22e5bcd275
test=develop, ptb_rnn fix op (#16573)
7 years ago
lujun d3fc3d5520 move internal function, test=develop
7 years ago
minqiyang a0478084f8 Right transformer
7 years ago
Genieliu 0be1ce5850 test=develop
7 years ago
dongdaxiang 2c5839f7e3 refine dataset API
7 years ago
minqiyang 124f45c9f7 shrink transformer
7 years ago
lujun 2b32302bdf move dygraph.nn,dygraph.layer to fluid, test=develop
7 years ago
lujun 717256755a move dygraph.nn,dygraph.layer to fluid, test=develop
7 years ago
dengkaipeng be3eedcc4a fix out_h/out_w calc when out_shape is Variable. test=develop
7 years ago
Yan Xu 2e1e76e70e
add SeResNeXt unittest (#16503)
7 years ago
zhoukunsheng 5edf4fb4fb Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into all_any
7 years ago
zhoukunsheng 47a5eec87d improve comment
7 years ago
zhoukunsheng 68f887aab3 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into zeros_like
7 years ago
zhoukunsheng b2cdadd700 improve comment
7 years ago
zhoukunsheng 315176c65b Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into rank
7 years ago
chengduo feb1b54f9d
fix min and max bug (#16570)
7 years ago
dengkaipeng 8b76e005f2 fix doc out_shape. test=develop
7 years ago
Qiao Longfei adf272bcec Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add-async-ssa-graph-executor-communicator
7 years ago
guru4elephant 76b49f02ee
Merge pull request #16539 from guru4elephant/train_with_pipe_reader_merge_develop
7 years ago
Qiao Longfei baf02328b2 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add-async-ssa-graph-executor-communicator
7 years ago
Qiyang Min d8d73ff3db
Merge pull request #15584 from velconia/imperative_lr_scheduler
7 years ago
lujun cf6238fbd9 fix merge for move dir, fix utest error, test=develop
7 years ago
minqiyang 96f242136b Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imperative_dqn
7 years ago
minqiyang 4da30607ef Fix bug of gradient interface
7 years ago
qingqing01 1ebd7434d5
Add linear learning warmup method in learning rate scheduler. (#16563)
7 years ago
Wu Yi 22b02bfa62
Batch norm cudnn accurate (#16545)
7 years ago
Qiao Longfei a1821a0449 remote remote_prefetch in embedding layer test=develop
7 years ago
zhaoyuchen2018 0b0abdbcd4
Merge pull request #16041 from zhaoyuchen2018/docrefine
7 years ago
dongdaxiang a53c8cd5a7 fix infer_from_dataset docs and abastract class problem
7 years ago
xjqbest a99c8d0c29 fix client to client communication bug
7 years ago
lujun 2b4d887460
Merge pull request #16551 from wopeizl/remove_useless_check
7 years ago
Kaipeng Deng 3d939d32ee
Merge pull request #16023 from heavengate/kl_div_loss
7 years ago
Kaipeng Deng 54474637ae
Merge pull request #16057 from heavengate/softmax_axis
7 years ago
Kaipeng Deng 63ac947e2f
Merge pull request #16135 from heavengate/shift
7 years ago
chengduo bb80dae7d0
Add DecoupledWeightDecay (#16427)
7 years ago
dengkaipeng 737ea825ac fix doc. test=develop
7 years ago
lujun 04c0b12c6e fix test layers error, test=develop
7 years ago
dongdaxiang 3829eac27b fix API spec about infer_from_dataset
7 years ago
lujun cf642d478d fix merge for move dir, fix utest error, test=develop
7 years ago
whs 73c4f2b7b6
Fix distillation for soft label. (#16538)
7 years ago
Qiao Longfei 61912e879d test_dist_base set runtime_split_send_recv to false test=develop
7 years ago
lujun 1dcd28e819 move dygraph.nn,dygraph.layer to fluid, test=develop
7 years ago
minqiyang 64b0929417 Polish code
7 years ago
peizhilin 9c6eb1aa46 remove the useless check test=develop
7 years ago
wopeizl e014950e87
add slice support for dim < 0 (#16494)
7 years ago
dongdaxiang 87027a2eef fix API.spec problem and executor's docstring
7 years ago
zhoukunsheng 5284213942 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into rsqrt
7 years ago
minqiyang 34426e761e Polish code
7 years ago
lujun 5470c29daa fix merge for move dir, fix utest error, test=develop
7 years ago
minqiyang fb7c787d34 Fix conflicts
7 years ago
dongdaxiang ade9337486 fix API.spec
7 years ago
Genieliu 83b22941af 1 metric update should be in the for loop. 2 sample_num is the shape's first element 3 preds cast should use round, astype("int32") method will cast all the elements(which is less than 1) to 0.
7 years ago
minqiyang 3e57981294 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imperative_lr_scheduler
7 years ago
lujun d4d5052fa6 fix merge for move dir, fix utest error, test=develop
7 years ago
Zhen Wang 4c1ec41de3
Merge pull request #16531 from wanghaoshuang/quan_ck
7 years ago
AIFollowers e18ab78f67 add model_stat.py (#16512)
7 years ago
zhoukunsheng 3c4f5f0368 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into linspace
7 years ago
lujun 32146857a4 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into move-code
7 years ago
dongdaxiang 720647e17f rebase current develop and fix conflict
7 years ago
zhoukunsheng 2336d5ca5d Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into rank
7 years ago
zhoukunsheng f32c125e81 clarify comment
7 years ago
dongdaxiang 93c3c7f9b3 fix dataset testcase problem
7 years ago
dongdaxiang d739bab844 fix async_executor problem and remove some unnecessary testcase, fix trainer_desc import problem
7 years ago
dongdaxiang 60b7bf6fa6 add infer_from_dataset for inference
7 years ago
dongdaxiang 88880d9b69 fix import trainer_desc_pb2 error
7 years ago
dongdaxiang 0030eb2a61 fix distributed building
7 years ago
xjqbest 1497ce388d fix code style of test_dataset.py
7 years ago
xjqbest 7cdd57a474 fix code style of test_dataset.py
7 years ago
xjqbest 748d54cb46 fix code style of test_dataset.py
7 years ago
xjqbest 1073b4d8f9 fix code style of test_dataset.py
7 years ago
dongdaxiang 45eb6f0765 run pre-commit check files and fix code style problem
7 years ago
xjqbest e57ac5ed17 fix code style
7 years ago
xjqbest 97c74e60c3 fix code style
7 years ago
xjqbest a38b98cb32 fix code style & runtime error
7 years ago
dongdaxiang 8e14d8f900 add data_generator package into setup.py
7 years ago
dongdaxiang 17790188d0 make role maker and distributed optimizer private
7 years ago
dongdaxiang d87ba58c14 refine document of python API, make device_worker and trainer's API private
7 years ago
dongdaxiang b95b80bc76 add doc string for executor and update API.spec
7 years ago
xjqbest d52586a97d add doc string
7 years ago
xjqbest e95cafd9a7 fix code style & add dataset testcase
7 years ago
xjqbest be74de2c61 fix code style & fix register bug & add release_memory
7 years ago
dongdaxiang dc8cf36e4b add more example on datagenerator
7 years ago
dongdaxiang b838207659 add comment for dataset
7 years ago
dongdaxiang 6bf796df14 refine print fetch list
7 years ago
xjqbest 1ec8fab7c8 remove error line
7 years ago
xjqbest b7940c2918 fix bug of gen_worker_desc and set_filelist, add some doc
7 years ago
dongdaxiang 68d7bf3de5 add fetch var function
7 years ago
xjqbest 767bf0c8d3 fix bug of dense_table_set.add
7 years ago
xjqbest 284adcc7e4 fix bug
7 years ago
xujiaqi01 20b76f3deb init model support multi programs
7 years ago
xujiaqi01 f5c6a14b54 fix runtime error
7 years ago
xujiaqi01 a5b1a0e12b support multi dataset && add init model && fix bug
7 years ago
dongdaxiang 3c65cc1bbd add document for role_maker and fleet parameter, data_generator
7 years ago
dongdaxiang f6c9232a3d fix dataset float32 type problem
7 years ago
dongdaxiang 73b1f396d7 add data_generator into paddle.fluid.incubate.data_generator, add op run log in hogwild_device_worker and downpour_device_worker
7 years ago
dongdaxiang 9419de521f add IO percent for multi_trainer
7 years ago
dongdaxiang a58df687a8 only allow fleet to be initialized once
7 years ago
dongdaxiang 3e38d1db46 add trainfileswithprofiler for downpour worker
7 years ago
dongdaxiang 6af697adb0 add trainfileswithprofiler for downpour worker
7 years ago
dongdaxiang 2644b88685 add comment for MPI Symetric role maker
7 years ago
dongdaxiang ea5851fa69 add comment for MPI Symetric role maker
7 years ago
dongdaxiang cf45c54340 add distributed optimizer factory
7 years ago
dongdaxiang b7a202aa38 add distributed optimizer factory
7 years ago
dongdaxiang fd3adf58a3 add distributed optimizer factory
7 years ago
dongdaxiang f612877797 add incubate for unified API
7 years ago
dongdaxiang 317eb0aad3 add incubate for unified API
7 years ago
dongdaxiang 3641a78b01 add incubate for unified API
7 years ago
dongdaxiang e657c127a8 hide opt_info in distirbuted optimizer
7 years ago
xujiaqi01 ecfc7df913 add dataset factory && fix style
7 years ago
xujiaqi01 3cea00bd52 store memory data in Dataset && fix bug
7 years ago
dongdaxiang ff87698a44 refactor downpour optimization
7 years ago
dongdaxiang b66f0074b6 fix data reading bugs in api, add VLOG(3) log for setup
7 years ago
dongdaxiang 71aa307ebe make Dataset* as an argument
7 years ago
dongdaxiang b415ec27e8 make Dataset* as an argument
7 years ago
xjqbest dd67ad08a2 modify c++ and python dataset related code & fix bug
7 years ago
heqiaozhi 9bca1926c1 refactor & fix bug
7 years ago
heqiaozhi 8de4d31a5b refactor async exe
7 years ago
dongdaxiang c28bbdf8ba add dataset_generator.py
7 years ago
dongdaxiang 687cb79dbb add pipe command io interface
7 years ago
dongdaxiang 1fe54416c9 move fs.cc and shell.cc into paddle/fluid/framework/io
7 years ago
dongdaxiang 6de9ebc65c refine VLOG in fleet_wrapper.h
7 years ago
dongdaxiang c165012031 refine device_worker and trainer code
7 years ago
dongdaxiang 8a335b50be add downpour device_worker pb configuration
7 years ago
dongdaxiang caf0c10e71 add dist_multi_trainer for distributed training, add trainer_factory and device_worker_factory so that we can easily extend new training mode, add pull dense worker which is a singleton for parameter fetching
7 years ago
lujun d4f63d82ac
Merge pull request #16475 from junjun315/fix-doc-multiplex
7 years ago
Qiao Longfei d8974e6da0 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add-async-ssa-graph-executor-communicator
7 years ago
lujun de605cc0fc
Merge pull request #16523 from junjun315/tensor_api
7 years ago
wanghaoshuang d41b623a72 Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into quan_ck
7 years ago
wanghaoshuang 6db7c2a500 Fix checkpoint of quantization.
7 years ago
chengduo 1096746cbf
Fuse Adam And SGD ops (#15933)
7 years ago
minqiyang 9e14f260c0 Fix polynomal decay bug in python2.x
7 years ago
Zhen Wang f7f5044b3d
Merge pull request #16489 from wzzju/fix_slim_quant_bugs
7 years ago
zhoukunsheng b06e9b773d test=develop
7 years ago
lujun 1c9aaeebe0 move imperative to dygraph, test=develop
7 years ago
lujun d980ba19bc add some dygraph op, test=develop
7 years ago
zhoukunsheng 2f9e562100 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into linspace
7 years ago
zhoukunsheng 082822d417 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into rsqrt
7 years ago
zhoukunsheng c47f3cc7fe test=develop
7 years ago
dengkaipeng 8160a66193 fix doc priority. test=develop
7 years ago
minqiyang 42507d33c6 Change atol to default value
7 years ago
dengkaipeng 193185b840 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into shift
7 years ago
dengkaipeng 8a0023892a fix unittest. test=develop
7 years ago
minqiyang 48f3cbdf55 Polish code
7 years ago
whs 59f75ec76e
Make unitest of fsp op faster and more stable. (#16502)
7 years ago
Zhen Wang 46e1bb06c7 remove no necessary doc changes. test=develop
7 years ago
whs ecc3088df8
Fix saving in quantization strategy. (#16474)
7 years ago
Zhen Wang f86429dbd9 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_slim_quant_bugs
7 years ago
Zhen Wang 5ab5687138 remove no necessary doc changes. test=develop
7 years ago
minqiyang 35c89f38c3 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imperative_lr_scheduler
7 years ago
gongweibao eb83abeac3
Add DGC(Deep Gradient Compression) interface. (#15841)
7 years ago
Jiabin Yang e41d581304
test=develop, fix space_to_depth_doc (#16293)
7 years ago
zhoukunsheng 874b5d8362 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into linspace
7 years ago
zhoukunsheng 263ff731eb add more comment
7 years ago
whs 679a4c28fc
Fix lost of learning rate variable in distillatoin when using lr decay. (#16471)
7 years ago
zhoukunsheng 83c7bca13f Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into all_any
7 years ago
zhoukunsheng e3f1556e4d fix comment format error
7 years ago
Qiao Longfei b68f84090b fix test_split_selected_rows_op test=develop
7 years ago
zhoukunsheng a55111b869 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into zeros_like
7 years ago
zhoukunsheng 848ec97ab3 test=develop
7 years ago
Zeng Jinle c7c6eeb44e
Merge pull request #16409 from sneaxiy/feature/advance_gc
7 years ago
Zhen Wang 6b854f3e1f fix the save_in_nodes bug.
7 years ago
Zhen Wang 183bacebe3 clean codes and fix some bugs. test=develop
7 years ago
Jiabin Yang 54a73578a8
Feature/install check (#16044)
7 years ago
chengduo 999365149d
Add from six.moves import reduce (#16435)
7 years ago
minqiyang a71a0f865b Polish code
7 years ago
minqiyang 99128a5c72 Implement Cosine and Noam Decay
7 years ago
wopeizl c300b1ba69
Tensor index (#16223)
7 years ago
minqiyang ec9c0874bc Implement Expotential NatureExp Inversetime and Polynomal Decay
7 years ago
Jiabin Yang 0d9d25d40f
Feature/refactor layers to Layers (#16337)
7 years ago
gongweibao 850b737112
Fix nparray.all() bug. (#16472)
7 years ago
dengkaipeng eb2123e12d fix doc and jit. test=develop
7 years ago
Tao Luo 1b4e4e7ef7
Merge pull request #16453 from chuanqi129/calibration_readme_refine
7 years ago
liuwei1031 8d22bc17a4
Memory optimize (#16410)
7 years ago
Xin Pan f8c279b11c
Merge pull request #16454 from panyx0718/imperative2
7 years ago
lujun 3f8b2f5ff5 fix multiplex doc, test=develop
7 years ago
Qiao Longfei d640c6cfa9 fix pylint
7 years ago
Qiao Longfei 30618409db Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add-async-ssa-graph-executor-communicator
7 years ago
sneaxiy 78fb3a62e0 fix env variable settting bug
7 years ago
Qiao Longfei b65adf7f65 add communicator_send_wait_times
7 years ago
minqiyang 4278be8c49 Merge branch 'imperative_lr_scheduler' of https://github.com/velconia/Paddle into imperative_lr_scheduler
7 years ago
minqiyang b5bbb13ac1 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imperative_lr_scheduler
7 years ago
dengkaipeng 243584cfbb fix test_layers. test=develop
7 years ago
dengkaipeng 7920e3be02 revert test_softmax_cudnn. test=develop
7 years ago
chuanqiw c512516ff4 Update INT8 calibration README
7 years ago
Zhen Wang 27d05203e7 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_quan_hang
7 years ago
Zhen Wang 1c11f817e9 Use the resolve hazard method.
7 years ago
Jiabin Yang 7c5319ba12
Fix/test imperative ptb rnn (#16433)
7 years ago
Jiabin Yang f735102eab
add layer norm to Layers, add transformer test in imperative mode (#16092)
7 years ago
Xin Pan fd24ab47ab polish
7 years ago
Xin Pan 1f89249a95 update DeepCF model
7 years ago
sneaxiy a7d0ac50b8 Merge develop
7 years ago
sneaxiy 7000ec85d9 fix some op grad maker
7 years ago
zhaoyuchen2018 cdb315e9d8
Merge branch 'develop' into docrefine
7 years ago
Xin Pan 0fff666f14
Merge pull request #16449 from panyx0718/imperative3
7 years ago
Xin Pan becf799431 fix
7 years ago
dengkaipeng cfef382a85 fix format. test=develop
7 years ago
Wang, Chuanqi 85e1cc1e02 Update Readme with new accuracy and performance data measured on 6271 (#16437)
7 years ago
Zeng Jinle 4cc9809cae
Merge pull request #15799 from sneaxiy/feature/decoupled_reader
7 years ago
whs e9bec9369b
[slim] Add quantization strategy and distillation strategy. (#16408)
7 years ago
Zhen Wang 2ccbfd5e10 Fix some bugs for quantization passes.
7 years ago
liuwei1031 de3b70a101
fix cdn issue, test=develop (#16423)
7 years ago
zhoukunsheng d3d31a5894 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into all_any
7 years ago
zhoukunsheng 664c342ca0 test=develop
7 years ago
zhoukunsheng 43060084a4 test=develop
7 years ago
sneaxiy f8ed2c229e try to fix ci error
7 years ago
zhoukunsheng 8e9ebebcef test=develop
7 years ago
dengkaipeng cfda1fdea7 add attr scale. test=develop
7 years ago
Zeng Jinle c64d959343
Merge pull request #16295 from zhhsplendid/zhenghuihuang-dev-2
7 years ago
Xin Pan b55dd32e9c
Merge pull request #16394 from panyx0718/imperative2
7 years ago
Qiao Longfei 542b52fac3 fix trainer_id
7 years ago
sneaxiy 2f54d9f995 Merge develop
7 years ago