Commit Graph

8846 Commits (7cfddf22c86b1584d264e4ebc8059e8d70ca4c9c)

Author SHA1 Message Date
bdzhuxiaoning 9f85afb7b6 test=develop (#17643)
7 years ago
chengduo 9322216170
Add data distributed_sampler (#17573)
7 years ago
hutuxian 1670db5e86
Gather Op Index Support int64_t datatype (#17610)
7 years ago
mozga-intel 2b83d75bfa Enable elementwise pow operator for ngraph (#17526)
7 years ago
Michał Gallus 0c39b97b4e [MKL-DNN] Add Fully Connected Op for inference only(#15226)
7 years ago
Shuai Yuan 21138eb12a
[DOC][PYTHON] Fix api comment of paddle.fluid.clip.GradientClipByValue (#17530)
7 years ago
wopeizl 6724a652f3
add __str__ method for tensor and lodtensor to support print test=dev… (#17588)
7 years ago
Zeng Jinle 887a39f050
Fix dygraph unique name bug (#17592)
7 years ago
Krzysztof Binias e9216d0602 Enable logical operators for the nGraph Bridge. (#17543)
7 years ago
Hongyu Liu cbaf9e5344
Fix api example [ lstm, sequence_enumerate, sequence_expand,sequence_expand_as ] (#17210)
7 years ago
Hongyu Liu e53119f5b1
Fix decayed adagrad example (#17390)
7 years ago
guru4elephant 326bf8291a
add Run Prepared Ctx (#17616)
7 years ago
Guo Sheng 2a7b321110
Fix the example code in some Python API. (#17343)
7 years ago
chengduo b5f4d5ed0e
Add broadcast operators (#17503)
7 years ago
flame 2280f185d7
BuildStrategy api comment (#17348)
7 years ago
Kaipeng Deng 3db9c8c982
refine shape and split test. test=develop (#17545)
7 years ago
mozga-intel 0d4cbdad91 [NGraph] Enable elementwise mul operator (#17552)
7 years ago
mozga-intel f2694e122d [NGraph] Enable assign operator for a ngraph, test=develop (#17437)
7 years ago
mozga-intel cf02cb5e98 Enable elementwise sub operator for ngraph (#17527)
7 years ago
guru4elephant 7f8bc49d00
polish_executor_and_add_ctx_cache (#17536)
7 years ago
pkpk 8818c94cfb
test=develop (#17207)
7 years ago
chengduo ca03f4989a
fix distributed launch.py (#17571)
7 years ago
Yibing Liu 6e11f97708
Add exponential moving average (#17562)
7 years ago
Jiabin Yang 3ee3611aa7
test=develop, fix test_imperative_resnet failed on CI (#17583)
7 years ago
mozga-intel 035771512d Enable elementwise min operator for ngraph (#17521)
7 years ago
pkpk d817263c80
add unittest of dygraph RL models. (#17550)
7 years ago
Kaipeng Deng cf60e5a2db
fix API python example (#17226)
7 years ago
Qiao Longfei 92e7d5d7cc
fix distribute doc test=develop (#17318)
7 years ago
Qiao Longfei 58f7695ab2
Async exe support communicator (#17386)
7 years ago
mozga-intel 109b5aed5a [NGraph] Enable reshape operator test=develop (#17512)
7 years ago
zhang wenhui 9bb6a421e3
fix bpr_loss data_norm teacher_student_sigmoid_loss api & fix continuous_value_model (#17331)
7 years ago
lijianshe02 300bd7504d
fix api-doc related bugs test=develop test=document_preview (#17360)
7 years ago
wopeizl 3bd14263f5
decrease the train loop number to avoid run too long to fail the ci process test=develop (#17567)
7 years ago
Krzysztof Binias 43d15b9d96 Enable square operator for the nGraph Bridge. (#17551)
7 years ago
Jiabin Yang ff5fdc0b67
test=develop, fix con2d with no bias (#17516)
7 years ago
Sevin F. Varoglu f86f49e779 [NGraph] add increment op to ngraph engine (#16929)
7 years ago
Yiqun Liu cf5d271c5a
Fix examples of fluid.layers.sums and fluid.layers.DynamicRNN (#17308)
7 years ago
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
Yan Xu 266444b8af
fix dist launch script test=develop (#17404)
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