Commit Graph

8993 Commits (2246f7c133e3dc3cfd9f2779fd2f4cc2778c7ea7)

Author SHA1 Message Date
tensor-tang 5c06bff222
combine noavx and avx package (#17889)
6 years ago
wawltor 8eb134c3c1
Fix scatter and gather op when has duplicate index (#17952)
6 years ago
Huihuang Zheng 0bf2535158
Cherry-pick: fix random CI failure. (#18011)
6 years ago
ruri 9d6640ff44
Fix edit distance doc (#17947)
6 years ago
Kaipeng Deng 96ee528e3e
fix logging basicConfig cannot be setting after import paddle (#17786)
6 years ago
Zeng Jinle a1bdf25ecb
Add shape not match doc to data layer (#17936)
6 years ago
cjt222 871af28d6c
add deformable psroi pooling (#17827)
6 years ago
SunGaofeng 40885c225b
add unfold op (new op),test=develop (#17944)
6 years ago
lilong12 b5c35ae3e7
add UserDefinedCollectiveRoleMaker for collective mode (#17898)
6 years ago
gongweibao da9143c1cc
Polish codes of old prs. (#17938)
6 years ago
hutuxian 969e6378b9
Pipeline Concurrency (#17402)
6 years ago
chengduo 83942c3df2
move warning of ParallelExecutor (#17945)
6 years ago
lujun dcaf60f06c
Fix dygraph doc at nn.py for v1.5 (#17904)
6 years ago
SunGaofeng 3559e5a3fa
fix bug when iterate in locals_var.items() in python3 (#17948)
6 years ago
Huihuang Zheng 9f519bafe7
Ignore a unit test which failed on cuda9/10 python3 ci task (#17950)
6 years ago
zhaoyuchen2018 3847d9fc2c
refine sum stack api doc (#17923)
6 years ago
whs 82bfa0a5ba
Enhence auto pruning and fix save/load graph when using py_reader
6 years ago
Yibing Liu 33d1e56506
Enable seq_pool op to accept len 0 input (#17284)
6 years ago
bingyanghuang 90ebce9ead QAT int8 MKL-DNN transformation pass (#17819)
6 years ago
Hongyu Liu 2a9d74f67c
Add comment for dygraph api (#17869)
6 years ago
翟飞跃 209a3f4e09 add log into slim mkldnn int8 test (#17926)
6 years ago
Hongyu Liu b888a4c57c
fix regularizer lod bug (#17848)
6 years ago
Hongyu Liu 8062bd510c
Reshape support tensor attribute (#17781)
6 years ago
Jiabin Yang 4d5f6937c3
Feature/refine api for dygraph (#17907)
6 years ago
gongweibao f3e5a5cf67
Unset https_proxy and http_proxy in our launch.py (#17915)
6 years ago
whs 5df65e506d
Add Ligth-NAS for PaddleSlim (#17679)
6 years ago
Jiabin Yang fba10b6bb5
test=develop, refine api (#17883)
6 years ago
gongweibao fbbdc9ccad
Add backward and optimizer operator dependency pass. (#17746)
6 years ago
Jiabin Yang 4cb7d32c9b
test=develop, add dygraph_not_support and refine ocr (#17868)
6 years ago
xiaoting 545afb2d74 Add trainable_statist attr for bn in dygraph (#17881)
6 years ago
Huihuang Zheng 83e51ded21
SERIAL flaky imperative unit tests for CI cuda9 (#17892)
6 years ago
Jiabin Yang 3bfb92c32b
test=develop, hide build_once (#17871)
6 years ago
Jiabin Yang 022dfed4fc
Add optimizer save and load (#16986)
6 years ago
pawelpiotrowicz 39bc8a55a4 [NGraph] Enable ngraph layer_norm operator (#17599)
6 years ago
翟飞跃 993c703bcc INT8 MKL-DNN v2 integrate to slim (#17634)
6 years ago
gongweibao 6a1df46991
Fine tuning launch.py (#17223)
6 years ago
wopeizl 841553e13f
use pyreader to read data in dygraph mode (#17314)
6 years ago
Jiabin Yang 3d3f5506d2
Feature/Fix recurrent usage of Varbase in Dygraph (#17838)
6 years ago
lujun 60094207cc
fix dataset-flowers random fail. test=develop (#17836)
6 years ago
Zeng Jinle 674e0ce2d6
Use Python C-API to speed up dygraph trace (#17837)
6 years ago
Jiabin Yang eaf049c4b8 test=develop, refine ocr attention model (#17763)
6 years ago
jerrywgz 5e4f99dd74
refine doc for prelu (#17810)
6 years ago
tensor-tang 557452e778
update and polish hash op doc (#17809)
6 years ago
jerrywgz 92d9bdfce2
fix api doc in slice op, test=develop (#17804)
6 years ago
Hongyu Liu dfec676270
expand op supprt tensor attribute (#17773)
6 years ago
Jiabin Yang 3b70f870e2
Using Smart pointer to optimizer memory usage of dyGraph (#17768)
6 years ago
Hongyu Liu 82358bfdc1
ont hot support tensor depth (#16972)
6 years ago
Yibing Liu d6d33fd748
Add update method for ema (#17812)
6 years ago
Guo Sheng 4c5df40e22
Fix the data URL in wmt16.py. (#17775)
6 years ago
mozga-intel 6a6bf597f7 [NGraph] Enable elementwise_div operator test=develop (#17515)
6 years ago
Huihuang Zheng 931698a54a
Modify doc of program_guard, py_reader, data, and clone (#17727)
6 years ago
Zeng Jinle 3a6ead24ad
Add no_grad decorator to dygraph (#17790)
6 years ago
tangwei12 53920f5e8a
fix scipy version for python 2.7, test=develop (#17719)
6 years ago
lujun 7f1c626921
Fix potential bugs: use numpy assignment to restore parameters at build-once, test=develop (#17720)
6 years ago
wopeizl f893914f1f
fix the dll not found issue on windows (#17750)
6 years ago
tangwei12 659b72a97c
fix document of python api get_startup_program() (#17764)
6 years ago
lilong12 bfcc97d924
Split the unittest test_dist_mmist into multiple unittests (test_dist_mnist, test_dist_mnist_nccl and test_dist_mnist_lars) to avoid timeout (#17707)
6 years ago
AIFollowers 93de124cec modify some initializer api (#17301)
6 years ago
guru4elephant d52391094d
fix prepare context redundant code problem, optimize executor by cach… (#17743)
6 years ago
baojun 2c58f1a83c [NGraph] Added lookup table to ngraph engine test=develop (#17647)
6 years ago
pawelpiotrowicz bacc822492 [NGraph] Enable transpose ngraph operator (#17636)
6 years ago
lujun ed9d603a8a
fix api doc: Optimizer.ModelAverage (#17395)
6 years ago
baojun 90eae0b39a [NGraph] Addded slice op to ngraph test=develop (#17648)
6 years ago
baojun 2fbaa5c075 [NGraph] added matmul op to ngraph engine test=develop (#17645)
6 years ago
hong19860320 68dcb1bd7b
fix API examples of assign, reverse and array_write, etc. (#17287)
6 years ago
Hongyu Liu 552f8395a3
remove ocr unit test; test=develop (#17755)
6 years ago
Bai Yifan bba57cdd82
Add deformable conv v2 op,test=develop (#17145)
6 years ago
Hongyu Liu aca53535e0 fix bug; test=develop (#17733)
6 years ago
Hongyu Liu 0a02451ea0 fix ocr; test=develop (#17751)
6 years ago
wangchaochaohu bd48950c7e fix paddlepaddle API examples (#17306)
6 years ago
Yiqun Liu 8fd39f3e99
Enhance fused_elementwise_activation op and add python api in contrib.layers (#17236)
6 years ago
yaoxuefeng ac92e4c066
fix distributed_transpiler.py api test=develop (#17668)
6 years ago
pawelpiotrowicz 9b99876442 Enable less_than ngraph operator (#17642)
6 years ago
Zhaolong Xing a9a531fa5f
Refine python api code example note: (#17369)
6 years ago
Jiabin Yang effc555955
test=develop, layz init Grad (#17653)
6 years ago
Jiabin Yang 33a791dd81 test=develop, add ocr in dygraph test (#17470)
6 years ago
pawelpiotrowicz 70a887af63 [NGraph] Add reduce_sum operator for Ngraph (#17450)
6 years ago
baojun 29baca0dd8 add depthwise_conv2d op to ngraph engine (#17454)
6 years ago
ruri 1735ed324e
fix im2sequence padding bug, test=develop (#17660)
6 years ago
gongweibao 0d561ef442
fix 2dconn test=develop (#17681)
6 years ago
mozga-intel ccf9e2327b [Lite] Enable cast operator test=develop (#17294)
6 years ago
tangwei12 0d3c48e0a8
fix doc in transpiler, test=develop (#17313)
6 years ago
lujun 0f2e7a48c8
fix:Modify keys in the dictionary of layer.stat_dict in dynamic graph mode, test=develop (#17700)
6 years ago
Hongyu Liu 9f85f21880
Add new gard clip [old gradient clip not support in dy graph] (#17523)
6 years ago
石晓伟 acbb4bf38d
update python API examples (#17351)
6 years ago
chengduo 21d7b78602
update parallel_helper (#17691)
6 years ago
Shuai Yuan 41f1186c6b
[DOC][PYTHON] Fix api docs, test=develop, test=document_preview (#17629)
6 years ago
wopeizl 058f1f1e1b
fix the api example for create_global_var, create_parameter, SGDOptim… (#17371)
6 years ago
Yibing Liu 4f4f0993c1
Bias correction for exponential moving average (#17677)
6 years ago
Tao Luo 962eed6f82
Revert "Enable SQRT operator for the nGraph Bridge (#17549)" (#17680)
6 years ago
Tao Luo 67a6297a9f
update unique_name notes and examples (#17671)
6 years ago
Krzysztof Binias f34830e2aa Enable SQRT operator for the nGraph Bridge (#17549)
6 years ago
Zeng Jinle 432ac70124
clean code of py_layer in dygraph mode,test=develop (#17661)
6 years ago
gongweibao 65bbf950ee
Add multi-ncclcomm and 2D ncclallreduce support. (#17263)
6 years ago
Krzysztof Binias b1bd483a7d [NGraph] Enable gelu operator for the nGraph Bridge. (#17547)
6 years ago
Zhen Wang 8bd651b7ed
Fix the bug in the AnalysisPredictor and add more directions about io APIs. (#17639)
6 years ago
Bai Yifan bbd6e438fc
fix conflicts,test=develop (#17186)
6 years ago
bdzhuxiaoning 9f85afb7b6 test=develop (#17643)
6 years ago
chengduo 9322216170
Add data distributed_sampler (#17573)
6 years ago
hutuxian 1670db5e86
Gather Op Index Support int64_t datatype (#17610)
6 years ago
mozga-intel 2b83d75bfa Enable elementwise pow operator for ngraph (#17526)
6 years ago
Michał Gallus 0c39b97b4e [MKL-DNN] Add Fully Connected Op for inference only(#15226)
6 years ago
Shuai Yuan 21138eb12a
[DOC][PYTHON] Fix api comment of paddle.fluid.clip.GradientClipByValue (#17530)
6 years ago
wopeizl 6724a652f3
add __str__ method for tensor and lodtensor to support print test=dev… (#17588)
6 years ago
Zeng Jinle 887a39f050
Fix dygraph unique name bug (#17592)
6 years ago
Krzysztof Binias e9216d0602 Enable logical operators for the nGraph Bridge. (#17543)
6 years ago
Hongyu Liu cbaf9e5344
Fix api example [ lstm, sequence_enumerate, sequence_expand,sequence_expand_as ] (#17210)
6 years ago
Hongyu Liu e53119f5b1
Fix decayed adagrad example (#17390)
6 years ago
guru4elephant 326bf8291a
add Run Prepared Ctx (#17616)
6 years ago
Guo Sheng 2a7b321110
Fix the example code in some Python API. (#17343)
6 years ago
chengduo b5f4d5ed0e
Add broadcast operators (#17503)
6 years ago
flame 2280f185d7
BuildStrategy api comment (#17348)
6 years ago
Kaipeng Deng 3db9c8c982
refine shape and split test. test=develop (#17545)
6 years ago
mozga-intel 0d4cbdad91 [NGraph] Enable elementwise mul operator (#17552)
6 years ago
mozga-intel f2694e122d [NGraph] Enable assign operator for a ngraph, test=develop (#17437)
6 years ago
mozga-intel cf02cb5e98 Enable elementwise sub operator for ngraph (#17527)
6 years ago
guru4elephant 7f8bc49d00
polish_executor_and_add_ctx_cache (#17536)
6 years ago
pkpk 8818c94cfb
test=develop (#17207)
6 years ago
chengduo ca03f4989a
fix distributed launch.py (#17571)
6 years ago
Yibing Liu 6e11f97708
Add exponential moving average (#17562)
6 years ago
Jiabin Yang 3ee3611aa7
test=develop, fix test_imperative_resnet failed on CI (#17583)
6 years ago
mozga-intel 035771512d Enable elementwise min operator for ngraph (#17521)
6 years ago
pkpk d817263c80
add unittest of dygraph RL models. (#17550)
6 years ago
Kaipeng Deng cf60e5a2db
fix API python example (#17226)
6 years ago
Qiao Longfei 92e7d5d7cc
fix distribute doc test=develop (#17318)
6 years ago
Qiao Longfei 58f7695ab2
Async exe support communicator (#17386)
6 years ago
mozga-intel 109b5aed5a [NGraph] Enable reshape operator test=develop (#17512)
6 years ago
zhang wenhui 9bb6a421e3
fix bpr_loss data_norm teacher_student_sigmoid_loss api & fix continuous_value_model (#17331)
6 years ago
lijianshe02 300bd7504d
fix api-doc related bugs test=develop test=document_preview (#17360)
6 years ago
wopeizl 3bd14263f5
decrease the train loop number to avoid run too long to fail the ci process test=develop (#17567)
6 years ago
Krzysztof Binias 43d15b9d96 Enable square operator for the nGraph Bridge. (#17551)
6 years ago
Jiabin Yang ff5fdc0b67
test=develop, fix con2d with no bias (#17516)
6 years ago
Sevin F. Varoglu f86f49e779 [NGraph] add increment op to ngraph engine (#16929)
6 years ago
Yiqun Liu cf5d271c5a
Fix examples of fluid.layers.sums and fluid.layers.DynamicRNN (#17308)
6 years ago
guomingz 2281ebf0f3 Enable the convolution/relu6(bounded_relu) fusion for FP32 on Intel platform. (#17130)
6 years ago
Zhen Wang 3398f99608
Adding AddQuantDequantPass for TensorRT int8 (#17529)
6 years ago
Yibing Liu f9796b1249
Add LAMB Optimizer support (#17489)
6 years ago
mozga-intel 99ab57123c Enabled ngraph elementwise max operator (#17517)
6 years ago
Tao Luo 3d19f44a89
remove unused SERIAL compiler option (#17500)
6 years ago
zhaoyuchen2018 dfdcd91869
Add api doc code examples (#17285)
6 years ago
Jiabin Yang d2682a84ca
test=develop, fix dygraph batch_norm (#17465)
6 years ago
mozga-intel 1eb151752e Enable abs operator for a ngraph test=develop (#17436)
6 years ago
Zhaolong Xing ff7f911b4d
add quant_dequant_moving_avg_max_abs op (#17480)
6 years ago
Hongyu Liu 306eadcd39
fix eval mode bug; test=develop (#17499)
6 years ago
Qiao Longfei 287de41c04
Optimize communicator flags (#17494)
6 years ago
Zeng Jinle 9eb19df266
fix uniform_random op,test=develop (#17492)
6 years ago
liuwei1031 c3949f5699
remove two useless flags: enable_subgraph_optimize, memory_optimize_debug, test=develop (#17491)
6 years ago
liuwei1031 f82e4d75e7
improve the doc of paddle.fluid.memory_optimize, test=develop (#17473)
6 years ago
Zeng Jinle 65dd7ec2d6
add clear ops in dygraph optimizers,test=develop (#17484)
6 years ago
lvmengsi 10b23a72c1 Double backward elementwise div (#17416)
6 years ago