Commit Graph

11836 Commits (ba036b88519ffd0ab78eddd68728d772891e25f2)

Author SHA1 Message Date
tangwei12 d6b54de467
【paddle.fleet】Fix/role maker api fix (#27326)
4 years ago
tangwei12 99626502f7
【paddle.fleet】gloo and util (#27213)
4 years ago
liu zhengxi 4c5cfdea1b
fix paddle.nn.Transformer api (#27391)
4 years ago
Pei Yang fd7ab4e63c
register pass compatibility (#27357)
4 years ago
haozech 7e6dfcf9b2
Add 3 pass version check (#27283)
4 years ago
LielinJiang 03b0e0c42b
Remove dependences of cv2 (#27286)
4 years ago
chajchaj fef94eac4e
fix cross_entropy bug of the axis parameter in log_softmax (#27311)
4 years ago
Zhen Wang d28162b97f
Remove save_quantized_model in ImperativeQuantAware. (#27240)
4 years ago
liym27 ac82baa80d
[Dy2Stat-log] Add feature also_to_stdout and optimize log messages (#27285)
4 years ago
Shang Zhizhou 3c11717988
add op version checker to ir passes (#27329)
4 years ago
furnace 515efe4240
add empty_like op (python, and unit test), use c++ implementation of empty op, (#27287)
4 years ago
123malin f36b9a7f79
【Fleet2.0 Util】 add documents (#26698)
4 years ago
guofei bcb4a583aa
Replace the 'spawn' start method with 'fork' start method for multiprocessing, on MacOS with python>=3.8 (#27317)
4 years ago
Jack Zhou 63203c4abc
enhance reduce op which can reduce tensor with arbitrary rank
4 years ago
LiuChiachi 69279207eb
Update hapi.model._save_inference_model by using new features of dy2stat in 2.0-beta API (#27272)
4 years ago
YUNSHEN XIE f0a5eef58f
cancel three disable ut (#27359)
4 years ago
YUNSHEN XIE 25902b2c12
del exclusive ut which name with test_dist_ (#27316)
4 years ago
ShenLiang 9ee77b1f41
Fix elementwise_floordiv op (#27352)
4 years ago
Zhou Wei 7d7f0fad7f
python for windows not install netifaces (#27355)
4 years ago
guofei 9bea834ed4
Refine the unittest to support py38 (#27208)
4 years ago
Zhou Wei a7fadce82f
fix dll load bug on windows from python3.8 (#27324)
4 years ago
Huihuang Zheng d4b4357bc0
[Dy2stat] Change the Global Switch Name of ProgramTranslator for API 2.0 (#27203)
4 years ago
danleifeng 8d05c00c67
fix paddle.fleet en-doc for apis in dynamic mode (#27354)
4 years ago
ShenLiang 746a8ded29
fix comment of adaptive lsgd (#27362)
4 years ago
wanghuancoder bf8e030eed
modify test_imperative_using_non_zero_gpu from use two gpus to one gpu (#27348)
4 years ago
Leo Chen 189e10f1dd
Remove unnecessary requirements (#27341)
4 years ago
gongweibao 11bcf0e21c
Cleanup redundant code files (#27319)
4 years ago
ShenLiang 54b81fa32c
add adaptivelsgd in meta_optimizer (#27289)
4 years ago
Yibing Liu 34091533c9
Fix bug in continuous apply, test=develop (#27337)
4 years ago
Chen Weihang c23f09fea6
Support load state_dict from save_params/persistables (#27298)
4 years ago
yaoxuefeng c67c391682
refine fleet dataset class api (#27133)
4 years ago
ShenLiang c296618c94
fix error message in broadcast/allreduce/gather (#27302)
4 years ago
Chen Weihang 950301bfa1
Add input_spec & output_spec for TranslatedLayer (#27284)
4 years ago
littletomatodonkey 18fc927562
add regularizer api (#27292)
4 years ago
YUNSHEN XIE 8fe1c2d1c2
move three ut to execute only at night (#27314)
4 years ago
Zhen Wang ef6dd6b8e6
fix the test_fleet_lars_meta_optimizer ut. (#27291)
4 years ago
danleifeng 389a9a7e0e
fix ports conflict when use paddlecloud to launch analogue multi-nodes (#26191)
4 years ago
mapingshuo 9dedafa0df
fix strategy, test=develop (#27323)
4 years ago
chalsliu c8e54c5e42
Disable unit-test test_fleet_rolemaker_new
4 years ago
Shang Zhizhou 47fdc60ecc
Optimize slice trt plugin (#26970)
4 years ago
Wilber f827665ae6
[Pass Compatible] Bind python compatible. (#27262)
4 years ago
Shang Zhizhou e6e2e53782
Optimize error report (#27254)
4 years ago
GaoWei8 ee1ed42c99
change sequence length attribute to input (#27193)
4 years ago
cc 2d8281d5ad
Remove the cache in post_traning_quantization, test=develop (#26450)
4 years ago
YUNSHEN XIE 6947a58a1f
disable three unittests,test=document_fix (#27299)
4 years ago
zhupengyang ac9afa024b
paddle.nn.functional.logsigmoid -> log_sigmoid (#27277)
4 years ago
lilong12 bc3e9ba1c6
check the validation of parameters for expand and tile apis (#26816)
4 years ago
LielinJiang a685435962
fix conv depthwise bug (#27278)
4 years ago
xiaoting d4f03dfb71
fix for tuple,test=develop (#27190)
4 years ago
MRXLT 9166307315
add check for sparse parameters with weight_decay (#27141)
4 years ago
Chen Weihang 8d53172794
move DataLoader._worker_loop to top level (#27247)
4 years ago
Zhen Wang d708b21074
Update amp_check_finite_and_scale_op and add an updating_loss_scaling op for static graph amp training. (#26240)
4 years ago
ShenLiang 2b6a5793fe
remove auto mode from localsgd optimizer (#27237)
4 years ago
Adam cc3f4b813a
Add int8 GRU kernel (#27220)
4 years ago
Leo Chen 19228bd142
Temporally disable zero_copy (#27248)
4 years ago
Leo Chen f402d8d8c0
fix bug when axis is a tensor with more than 1 element (#27263)
4 years ago
Aurelius84 20a84820fd
fix unused var with zero gradient bug in fluid.gradient (#27246)
4 years ago
Chen Weihang 33ff833af2
fix loaded no params layer run error (#27241)
4 years ago
liym27 3e20ddf73d
[Dy2Stat - Error Handling] Fix bug and optimize dy2stat error. (#27225)
4 years ago
Chen Weihang ac8afe184e
use structured name in loaded dict (#27242)
4 years ago
Aurelius84 5e0dde02b2
[Dy2stat] support usage: to_static(model) (#27040)
4 years ago
furnace 2e59769612
add empty op (c++, python, unit test) (#26659)
4 years ago
Zhen Wang b671538623
* Reduce the training iterations in test_fetch_unmerged and test_fuse_bn_act_pass. (#27234)
4 years ago
Zhen Wang ece74c4cd4
Update the _get_fake_quant_type definition in imperative QAT. (#27222)
4 years ago
lilong12 c5f957ae38
add double grad for tile op and expand_v2 op (#27114)
4 years ago
lilong12 58a88ba9af
add double grad for expand (#27183)
4 years ago
Chen Weihang 5406b014c0
Refine jit.save implement to adapt InputSpec using cases (#26959)
4 years ago
ShenLiang 5bd84b22c4
revert divide (#27202)
4 years ago
123malin 60c3ef3ab8
【paddle.fleet】parameter_server_optimizer support auto_strategy (#27181)
4 years ago
wawltor fde5cfe881
fix the CudaPinMemory bug for the equal op (#27176)
4 years ago
liym27 d3874ab44a
Move unittest test_optimizer_in_control_flow from CI multi_cards. (#27185)
4 years ago
Huihuang Zheng 40dd563dd7
Decrease test_parallel_executor_crf CI time, test=develop (#27212)
4 years ago
zhupengyang cc3306f7c8
restruct logsumexp to speed up compiling (#27191)
4 years ago
JZ-LIANG 5d039f4086
modified the implement of Lars optimizer (#26733)
4 years ago
liym27 a1b640bc66
Fix test_origin_info to be compatible with PY3.8, because ast module is different in PY3.8 (#27201)
4 years ago
Dong Daxiang f7d08b7db8
【paddle.fleet】refine launch and distributed repr string for print (#27093)
4 years ago
Qinghe JING 43b0445b29
Add double grad in reduce sum (#27115)
4 years ago
iducn c60352b3d4
update requirements (#27172)
4 years ago
tangwei12 ca6100de5f
disable ut, fix it @malin (#27200)
4 years ago
liym27 3497fbe473
Use paddle.disable_static() to replace with dygraph.guard(). (#27139)
4 years ago
Aurelius84 252aeb1a46
[Dy2stat]Add naming rule if not specific InputSpec.name (#26997)
4 years ago
yongqiangma 4558d395e9
fix Norm op error (#26771)
4 years ago
LielinJiang 4d7d661249
Fix kl and summary bug (#27132)
4 years ago
Double_V c7b9d97fa9
fix avg_pool3d count_include_pad as True,test=develop (#27155)
4 years ago
whs eb01976037
[2.0 API]Add checker in grid_sample_grad op (#27126)
4 years ago
wangguanzhong a28ae86e11
Enhance ops to support LoD as input for dygraph detection models. (#25316)
4 years ago
yaoxuefeng 0dab0fc23c
add back triu in fluid (#27135)
4 years ago
123malin f2d68d3ed5
【paddle.fleet】parameter_server_optimizer support auto_strategy (#26838)
4 years ago
Chen Weihang 4c70e31ab5
add save load to jit.all (#27131)
4 years ago
LielinJiang 8df5b4d608
Add correlation api to contrib (#27015)
4 years ago
tangwei12 5dec254be5
fix weight (#26986)
4 years ago
yinhaofeng dc00bd67ff
delate some wrong message test=develop, test=document_fix (#26595)
4 years ago
Leo Chen d6ee0868a4
fix unsqueeze in dygraph (#27107)
4 years ago
xiaoting 58f3ef982a
fix typo for interp_v2,test=develop (#26843)
4 years ago
ceci3 54d8424e93
[2.0API] fix weight_norm support negative dim and unittest in convert_syncbn (#27108)
4 years ago
ShenLiang aca450f6fb
fix the localsgd optimizer (#27094)
4 years ago
Chen Weihang c1a8868732
Change jit.save/load configs to config & update code examples (#27056)
4 years ago
Dong Daxiang 0443b480b8
【paddle.fleet】add auto parallel L1 implementations (#27090)
4 years ago
wangchaochaohu 5af81f833c
fix gpu kernel for numel Op (#27085)
4 years ago
wawltor 39d5bb6dce
udpate the dtype check for the argmin, argmax
4 years ago
guofei 3a02424a4e
Refine the error of test_dynrnn_static_input (#27084)
4 years ago
Wilber 632125415c
Refine python inference api (#26958)
4 years ago
Sylwester Fraczek eb65877ce0
fix dimensions error for mobilenetv1_KL_quant (#26776)
4 years ago
wawltor 24ec5175ab
remove the dependence of matplotlib in dataset of uci_housing
4 years ago
pangyoki f0b26313d8
fix _check_values_dtype_in_probs method in Distribution class (#27046)
4 years ago
GaoWei8 4ff16eb201
Add padding cudnn interface (#26370)
4 years ago
Aurelius84 35f53ecd93
[Dy2stat] Add descriptor cache for StaticLayer (#26987)
4 years ago
Chen Weihang 9373cf5ae4
Add TranslatedLayer.program method to get program (#26961)
4 years ago
wawltor 8857e3911f
add the dynamic dtype check for the argmin/argma
4 years ago
wangchaochaohu 041f4ab842
refine linspace Op for dtype setting(#27071)
4 years ago
Yang Zhang 92530ca445
Fix clip output var dtype (#27029)
4 years ago
wangchaochaohu c3b314c373
refine the error of message test=develop (#27067)
4 years ago
zhupengyang 2f97ecdd74
fix normal ut by set manual_seed (#27028)
4 years ago
wangchaochaohu 8fa3d367ed
Remove "TypeError" from some files as required (#27019)
4 years ago
Chengmo a72752263b
support heter-xpu-ps (#27018)
4 years ago
AshburnLee d843706230
add shape check for fill_constant OP and remove doc of type error (#26919)
4 years ago
whs 2660ea379d
Fix cuda kernel of affine grid (#27003)
4 years ago
pangyoki a0c98e67a6
fix dtype not matching bug in log_prob and probs method of Distribution class (#26767)
4 years ago
LielinJiang f95e8ffc90
Fix conv and summary api bug (#27023)
4 years ago
Double_V 0dfe26d069
add pool unittest (#26949)
4 years ago
arlesniak 8aebcabf34
Test for passing global env FLAGS_use_mkldnn (#26938)
4 years ago
zhang wenhui 21565e8d85
fix batchnorm ,test=develop (#26972)
4 years ago
Aurelius84 695bfb0765
reduce repeat time of Predictor (#27011)
4 years ago
liym27 54427b8030
[Api2.0] sum: bug fix - support attr(dtype) is float32 or int32 and add ValueError (#26946)
4 years ago
ShenLiang ff3dc8ac73
fix the remainder (#26995)
4 years ago
Zhou Wei 352ac149ee
update doc of paddle.to_tensor (#26820)
4 years ago
MRXLT 72f6e566be
fix sample code (#26962)
4 years ago
pangyoki 46057dd2ac
change uniform_random to uniform and optimize function names in unittest for random ops (#26951)
4 years ago
yaoxuefeng 7f3e6ca596
add cuda generator (#26786)
4 years ago
Chengmo c4846196b8
fix Heter Ps multi thread (#26876)
4 years ago
huangjun12 fcb2ac6001
fix alpha dropout bug when p=1, test=develop (#26977)
4 years ago
mapingshuo 9e4fe92303
fix strategy example (#26856)
4 years ago
danleifeng 6b4ca0d7f1
【paddle.fleet】distributed_optimizer supports dygraph (#26541)
4 years ago
danleifeng 3a2a711681
【paddle.fleet】simplify fleetrun log infos (#26888)
4 years ago
danleifeng e35ad3eee8
【paddle.fleet】support running python train.py for fleet tasks (#26249)
4 years ago
Chen Weihang 9cb57f94c6
Update set_dict method name & add aliases (#26700)
4 years ago
ruri 3900f66c19
[API 2.0]Fix adaptive pooling bug (#26922)
4 years ago
Chen Weihang 209273e605
Support load state dict form `inference model` format save result (#26718)
4 years ago
Zhen Wang bcdbac1753
fix some cast error. (#26884)
4 years ago
zhupengyang 6a09b8f1cb
erase Raises and refine doce of random functions (#26901)
4 years ago
LielinJiang 559d9f2bb9
Add summary for hapi (#26386)
4 years ago
Zhou Wei d5f4c39fda
set_default_type only take effect on python floats or complex (#26939)
4 years ago
Leo Chen 1275659ccc
refine paddle.stack (#26886)
4 years ago
LielinJiang 96331f74d7
fix conv1d padding (#26921)
4 years ago
littletomatodonkey 3ba7b9b567
fix regularizer timeout (#26952)
4 years ago
ruri 05da5a3cdd
remove matplotlib requirement files (#26948)
4 years ago
pangyoki b036294c02
fix uniform CI random fail problem (#26932)
4 years ago
Yang Zhang 29b844ad5e
Fix clip op attr (#26924)
4 years ago
huangjun12 e480168fae
fix dropout bug in backward when input is 1d tensor (#26837)
4 years ago
joejiong 2f50aa227e
add deprecated information to the top of an API docstring (#26818)
4 years ago
YUNSHEN XIE d8984a6b90
limit timeout value setting on linux (#26923)
4 years ago
zhang wenhui c7b5ac4bb6
fix norm bug, test=develop (#26827)
4 years ago
LiuChiachi 9ee4e3dc6b
Correct 2.0 API usage in hapi.model.load (#26829)
4 years ago
gongweibao 4e1c8f3e6e
Remove psutil dependency. (#26841)
4 years ago
Guo Sheng e6af53b10a
Update some used apis in Transformer apis to 2.0 apis. (#26831)
4 years ago
Tao Luo bf6cbbc745
remove unused fc_gan unit-test demo (#26889)
4 years ago
lilong12 030b298e82
fix sample codes in collective.py (#26787)
4 years ago
liym27 435ab2aa8a
Raise RuntimeError if run the callable object decorated by '@paddle.jit.to_static' not in dynamic mode. (#26750)
4 years ago
liym27 f9d39b4916
[Dy2Stat] Transforme api 'to_tensor' to 'assign'. (#26873)
4 years ago
wawltor 0a29fc85d6
fix the argmin,argmax op for the paddlepaddle 2.0
4 years ago
Yang Zhang 6129b0e246
Revert `no_grad` changes and add new implementation (#26826)
4 years ago
Chengmo d0962abd20
supplement bug fix of parameter server (#26217)
4 years ago
Leo Chen 60ffc22026
Refine bernoulli and unsqueeze op (#26842)
4 years ago
Bai Yifan 1127d0d33f
fix adaptive_avg_1d outputsize type issue, test=document_fix (#26869)
4 years ago
liym27 61107aa6f1
[Dy2Stat-debugging] Fix bug: Returns True if the verbosity level set by the user is greater than or equal to the log level (#26858)
4 years ago
Huihuang Zheng ad5547d97b
Fix typo util->until. (#26855)
4 years ago
MRXLT 1769d2128a
fix ut (#26844)
4 years ago
Sylwester Fraczek f866bfedf1
support mnist and resnet dygraph_to_static test (#25774)
4 years ago
tangwei12 ebc5f99789
add embedding 2.0 (#26649)
4 years ago
MRXLT 1f36d3cdcb
update optimizer (#26711)
4 years ago
Chen Weihang 28cb653145
Remove backend argument of init_parallel_env (#26773)
4 years ago
tangwei12 9ded7565ec
【paddle.fleet】FleetAPI 2.0 (#26772)
4 years ago
Aurelius84 b0111778b8
enhance error message (#26808)
4 years ago
huangjun12 3ce727a81c
rename Dropout2D/3D to Dropout2d/3d, test=develop (#26796)
4 years ago
GaoWei8 11fb8a1c10
Refine cudnn softmax (#25757)
4 years ago
arlesniak 885c61f086
Add use of global flag 'use_mkldnn' to layer_helper (#26497)
4 years ago
swtkiwi f44420c874
test=develop (#26710)
4 years ago
Aurelius84 df0a22d98b
[Dy2stat]Fix Python Version compatibility of dict.iteritems (#26778)
4 years ago
Zhong Hui 1f6df8787f
fix doc, use to_tensor
4 years ago
yaoxuefeng a47d92d868
fleet add save with whitelist test=develop (#23376)
4 years ago
qingqing01 f7fb4c2212
Move hapi to python/paddle root dir. (#26442)
4 years ago
Yang Zhang 9a1ea9b45d
Add support for tensor min/max in dygraph (#26764)
4 years ago
pangyoki 4a57880d91
support default dtype for distribution APIs (#26695)
4 years ago
Chengmo 7f2aa2db3c
【paddle.fleet】Support Heter Parameter Server (#25998)
5 years ago
Dong Daxiang 994217ea05
【paddle.fleet】fix api documents (#26777)
5 years ago
ruri db68e08589
[API2.0]Unify pooling function and add adaptive max pooling function (#26483)
5 years ago
Jiawei Wang a1b99fae07
Adadelta Optimizer (#26590)
5 years ago
LielinJiang 346689c6f1
Register conv_transpose Op version for compatible Op upgrades (#26745)
5 years ago
lilong12 2675cae758
add deprecated decorator for old apis expand and expand_as (#26759)
5 years ago
ceci3 42d2915ad4
[2.0 API] add SyncBatchNorm.convert_sync_batch_norm (#26688)
5 years ago
LielinJiang 4106e54c50
Fix hapi transform bug (#26738)
5 years ago
LiuChiachi 25dad426ef
fix sample code for hapi.model.save (#26667)
5 years ago
Zhen Wang f32ae272ec
Remove `sorted_sum_gradient_` form BasicEngine and PartialGradTask. (#26766)
5 years ago
Zhou Wei 7b78bfc089
[2.0API]support set_default_dtype for to_tensor (#26432)
5 years ago
Leo Chen 844583c8fd
Refine paddle.manual_seed (#26496)
5 years ago
Chen Weihang 31f422ae5e
Add interface to launch parallel dygraph by multiprocessing (#26044)
5 years ago
gongweibao 3390c7e260
fix test=develop (#26697)
5 years ago
zhupengyang f34fb0a291
normal: enlarge threshold to reduce random error (#26763)
5 years ago
liym27 b1f9ed6006
[Dy2Stat] Add debugging and logging mechanism for dygraph to static (#26457)
5 years ago
Pei Yang e3f8e5cf5c
trt int8 support conv2d_transpose (#26636)
5 years ago
Zhou Wei 30aab17734
[2.0API]support 2.0 lr_scheduler for 2.0 optimizer (#26737)
5 years ago
ShenLiang 29494d703d
fix remainder, floor_div (#26732)
5 years ago
LutaoChu d39e789882
For normalize op, remove special treatment of one-dimensional input, add check for one-dimensional input (#26747)
5 years ago
LutaoChu 7d4e21588d
add parameters check in static mode for diag op
5 years ago
hong19860320 a7db9acc2f
Add the constraint for the scale of SELU/selu (#26686)
5 years ago
pangyoki 5f275aadaf
fix sample method of Uniform and Normal class (#26713)
5 years ago
littletomatodonkey 52a6ca0cf5
test=develop, improve pad assertion error (#26748)
5 years ago
Kaipeng Deng c03092b188
fix dataloader performace decrease & unittest hanging. test=develop (#26739)
5 years ago
Jack Zhou c282db3a93
add broadcast feature for elementwise logical op
5 years ago
Yang Zhang 63eef7632e
Fix clip input check (#26683)
5 years ago
donproc edf5f3173a
[2.0 API] add paddle.nn.functional.linear and fix paddle.nn.Linear (#26480)
5 years ago
lilong12 2f75465d9a
fix the call to core.ops.x, test=develop (#26729)
5 years ago
lilong12 f1ae017fa9
update copyright year, test=document_fix (#26586)
5 years ago
Zhen Wang f9066e6a6f
Update the demo code and the doc of varbase.backward. (#26506)
5 years ago
Feiyu Chan f4083010a7
Add unified RNN APIs (#26588)
5 years ago
joejiong f311d3c1cf
Fix pow api type error with python side method, merge elementwise_pow and pow. (#26163)
5 years ago
yongqiangma e4cc6a28b0
Norm op support 2-axis (#26492)
5 years ago
chalsliu dc56c89822
Add the option to execute unit tests only at night (#26669)
5 years ago
Aurelius84 f05613683f
[Dy2stat] Support InputSpec and Return callable class instance in @declarative (#25960)
5 years ago
xiaoting 89d7d86684
add intepolte_v2 (#26520)
5 years ago
gongweibao fc5acdd041
Fix fleet ut timeout issue. (#26694)
5 years ago
zhupengyang 32ae8e8132
leaky_relu, log_softmax, hardshrink formula format (#26720)
5 years ago
Zhang Ting 97cebfa4d3
add dtype for unique (#26655)
5 years ago
wanghuancoder 07e3b9a33b
api20, Bilinear add deprecated, and fix english doc (#26610)
5 years ago
Kaipeng Deng 84e7be3178
add TensorDataset for multiprocess DataLoader (#26332)
5 years ago
Yi Liu 2024ef69a2
【paddle.fleet】add comments about localsgd in DistributedStrategy (#26709)
5 years ago
lilong12 1c68138327
[api 2.0] add collective op for cpu using gloo and paddle.distributed.* apis (#26552)
5 years ago
Leo Chen 07973c577e
disable deprecated (#26684)
5 years ago
Leo Chen 5c14fdcf0c
fix bug when get_glibc_ver returns None (#26693)
5 years ago
JZ-LIANG 958d7212c7
【paddle.fleet】Document refine lars & lamb (#26533)
5 years ago
pangyoki 1e53088abc
fix Distribution class problem (#26535)
5 years ago
Aurelius84 67d03bed70
Fix jit.to_static usage (#26682)
5 years ago
pangyoki cb00d50498
../python/CMakeLists.txt (#26531)
5 years ago
ShenLiang 33afeb315a
fix the tanh (#26657)
5 years ago
Bai Yifan 8986a82131
fix adaptive gpu grad bug, add doc refine (#26660)
5 years ago
Dong Daxiang 98e057bb1e
remove role maker in test_fleet_graph_execution_meta_optimizer.py (#26674)
5 years ago
hong19860320 dbcef732d8
Fix the formula of SELU/selu (#26675)
5 years ago
Qi Li 2de034e146
fix prelu, test=develop (#26613)
5 years ago
Zhou Wei 7af5cb9b32
fix english doc of all lr_scheduler (#26619)
5 years ago
wawltor 286eca2d9e
update the code for the topk v2
5 years ago
LiuChiachi 761ed17db3
Update save inference model to support dygraph (#25894)
5 years ago
joejiong d32beea2a9
Add Checking Type for "multiply" operation (#26508)
5 years ago
gongweibao ed4a4ea37e
fix test=develop (#26632)
5 years ago
Dong Daxiang 08d736ad78
【paddle.fleet】add cudnn related strategies to DistributedStrategy (#26598)
5 years ago
Zhang Ting 0a895bc0df
improve unique op (#26537)
5 years ago
zhang wenhui 0679678212
add norm 2.0 api, test=develop (#26465)
5 years ago
YUNSHEN XIE a8b5741fb4
add a few unittests for setting timeout properity (#26630)
5 years ago
Huihuang Zheng 26d67414fd
Enrich English declarative Doc (#26538)
5 years ago
wanghuancoder c1f5df5269
optimized transformation form tensor to numpy (#26447)
5 years ago
zhupengyang c80fcf901e
reduce_mean error if keepdim=True and reduce_all=True (#26614)
5 years ago
wangchaochaohu a31dbc8f85
add deprecated for gather api and refine the doc of gather api (#26579)
5 years ago
whs a065a24232
【2.0 API】Enhance affine grid operator (#26385)
5 years ago
ruri 1f82c0cd62
[Api2.0] add pixel shuffle (#26071)
5 years ago
guofei 924734fd3a
Refine typo of english document of paddle.prod (#26546)
5 years ago
WangXi 7ff197d3ba
Add fleet dgc amp doc, test=document_fix (#26608)
5 years ago
yukavio 36868e840c
fix one_hot example doc test=document_fix (#26585)
5 years ago
wanghuancoder 422a162019
api2.0 paddle.nn.Bilinear and paddle.nn.functional.bilinear (#26399)
5 years ago
Double_V c8e18360f1
[API 2.0] add pool2d3d API,test=develop (#26331)
5 years ago
qingqing01 78ca8cf0c8
Unify the metrics implementation between low-level and high-level API. (#26158)
5 years ago
joejiong da1efe24d5
Throws TypeError When Logical APIs Do Broadcast Operation (#26490)
5 years ago
Zhou Wei 407de03905
[2.0API] Reconstruct all API related to LR Scheduler, unify dygraph and static (#26550)
5 years ago
ceci3 f8dbd7a273
fix syncbn, test=develop (#26523)
5 years ago
Kaipeng Deng dd3df6933a
fix RandomSampler & BatchSampler. test=develop (#26559)
5 years ago
yaoxuefeng d6e888cace
fix Flatten api test=develop (#26346)
5 years ago
cc 0d71cffd65
Add mnist test for post training quantization, test=develop (#26436)
5 years ago
whs 79539cf198
【2.0 API】Add CUDA kernel and enhance options for grid_sample (#26576)
5 years ago
YUNSHEN XIE 39fe0d35aa
find timeout unittests (#26371)
5 years ago
Guo Sheng 317f7ce2ef
[API 2.0] Add transformer apis (#26418)
5 years ago
wanghuancoder 90e6819cf2
fix engilsh document for api paddle.fluid.dygraph.enabled, test=develop, test=document_fix (#26271)
5 years ago
yaoxuefeng efee426742
support generator seed in related kernals test=develop (#26495)
5 years ago
Bai Yifan ae4724cfd1
fix type issue (#26500)
5 years ago
Zhong Hui bf4a4636f1
change to use bce_loss op, add shape check for bce_loss
5 years ago
ShenLiang 0e81626081
add div, floor_div, remainder (#26562)
5 years ago
Kaipeng Deng 973fdd67f7
Fix dataset resource warning (#26566)
5 years ago
Li Fuchen c2cb8f0033
fix docstr of ctc_loss and CTCLoss, test=document_fix (#26584)
5 years ago
qingqing01 24566e951c
Support empty bbox in bipartite math op (#26488)
5 years ago
hong19860320 87843bebde
Fix the sample code of SELU/selu (#26565)
5 years ago
Jack Zhou 199b0c7c1b
Add isfinite v2 op (#26344)
5 years ago
yaoxuefeng 33cffdf3d7
fix datanorm op add attr bug test=develop (#25000)
5 years ago
wangchaochaohu ebf9b2125e
add paddle.gather for API2.0 (#26455)
5 years ago
wangchaochaohu 9219b79104
gather_nd Op for API 2.0 refine (#26540)
5 years ago
whs dea7d7d173
【2.0 API】Add conv1d_transpose API (#26356)
5 years ago
huangjun12 7bd7b1884b
add alpha_dropout in nn.functional and nn.layer, test=develop (#26365)
5 years ago
zhupengyang 9b14117cac
logsumexp: impl kernel, refine docs (#26307)
5 years ago
MRXLT eeda90d674
[WIP] update optimizer for 2.0 (#26288)
5 years ago
whs e2b82e0439
【API 2.0】Add conv1d API (#26350)
5 years ago
zhupengyang e6675f4f4d
normal: support mean and std tensor; randn = standard_normal (#26367)
5 years ago
LielinJiang 3a9417f4f7
Update 2.0 convolution api (#26491)
5 years ago
gongweibao 7c42f056e2
Finetune the performance of the unittests. (#26402)
5 years ago
wawltor 6b28456ed0
add the argmax, argmin for the api2.0
5 years ago
LielinJiang d26ae9ad87
Update conv_transpose api (#26427)
5 years ago
Zhen Wang c037d6253a
Update the demo of paddle.grad (#26498)
5 years ago
hong19860320 c11c83fb3a
Add the parameter checking for softplus and fix the doc string (#26530)
5 years ago
ShenLiang 0ca10d310c
add paddle.static.data (#26525)
5 years ago
zhupengyang 81c127d4ec
refine leaky_relu docs (#26558)
5 years ago
liuyuhui 66596bd20f
【paddle.fleet】solve the initial configuration about fleet and rolemaker (#26368)
5 years ago
WangXi ed102ea1b5
【API】Add sign and tanh api (#26357)
5 years ago
WangXi 45711dade7
【API】rename div to divide, add floor_divide, remainder (#26434)
5 years ago
Zhong Hui f5d1349826
add binary cross entropy with logit loss (#26468)
5 years ago
LutaoChu 4e0c6d91aa
add paddle.tensor.linalg.diag API, diag_v2 OP and CUDA kernel
5 years ago
zhupengyang f8863e0603
leaky_relu and LeakyReLU: alpha->negative_slope (#26216)
5 years ago
ShenLiang c609066074
Add Matmul op (#26411)
5 years ago
lilong12 65ac1ef661
fix docstring for expand, expand_as and tile. (#26529)
5 years ago
huangjun12 412eca679f
[API2.0] add dropout, dropout2d and dropout3d in nn.functional and nn.layer (#26111)
5 years ago
wangchaochaohu 07c1c47bc9
refine the doc of OPs (#26551)
5 years ago
zhupengyang 57e124298d
var, std: input->x, adjust attr order, remove out, add docs (#26446)
5 years ago
wangchaochaohu e966d0b673
refine the doc test=develop (#26517)
5 years ago
ShenLiang 190c695733
fix scatter doc (#26248)
5 years ago
Leo Chen aa2a9b5d89
add bernoulli op (#26511)
5 years ago
Dong Daxiang 7d3e46e1d5
【paddle.fleet】Document refine (#26526)
5 years ago
wangchaochaohu 65d8d16516
add decorator for deprecated Ops (#26373)
5 years ago
littletomatodonkey 0d1a62e908
test=develop rename CosSim interface (#26522)
5 years ago
Li Fuchen dbf232a95b
add functional ctc_loss and CTCLoss class. (#26384)
5 years ago
ShenLiang b6eb37f5b3
add error message for cholesky (#26444)
5 years ago
QingshuChen 138ecf24aa
support Baidu Kunlun AI Accelerator (#25959)
5 years ago
lilong12 5f2c0e7e95
[2.0 api] fix the example codes in doc strings (#26428)
5 years ago
wawltor ecfb89e133
Update the error message for the margin_ranking_loss
5 years ago
donproc 94b05850d2
add paddle.fluid.install_check.run_check example doc (#25993)
5 years ago
mapingshuo 7ae10900fa
fix slow var initialize, test=develop (#26516)
5 years ago
chajchaj 5407e327a4
add cross_entropy to nn/layer and nn/functional, test=develop (#26478)
5 years ago
wangchaochaohu e167e87974
【API2.0】add masked_select Op for API2.0 (#26374)
5 years ago
Chen Weihang c09de13ec4
Refine jit load model by extra_var_info (#26461)
5 years ago
Dong Daxiang 83cd185947
【paddle.fleet】Meta from optimizer (#26392)
5 years ago
pangyoki bdac6bc880
Rename uniform_random API (#26347)
5 years ago
Yang Zhang f6d20d565c
Update `no_grad` doc examples (#26481)
5 years ago
wawltor 61273973ad
delete module path for the activation ops, test=develop (#26515)
5 years ago
tangwei12 8e4ed662d1
fix decay global counter (#26387)
5 years ago
Zhou Wei ce7d5263e6
[2.0API]Bind method for tensor and Variable (#26416)
5 years ago
Yang Zhang e662d1e0b7
Update `paddle.clamp` (#25906)
5 years ago
Kaipeng Deng 1a72a9035b
Add map style dataset (#26004)
5 years ago
pangyoki 644dfd7dd5
Release Distribution base class and Normal, Uniform class (#26355)
5 years ago
Huihuang Zheng e1245f5c84
[Dy2stat] change deprecated imp dependency to importlib, test=develop (#26453)
5 years ago
Pei Yang 379222c3f1
add output scale and trt op teller support for hard_swish and hard_sigmoid (#26499)
5 years ago
Bai Yifan 74836ec7b7
[2.0API]Add adaptive_avg_pool_2/3d (#26369)
5 years ago
Qi Li 8d194524ba
hardtanh prelu softmax, test=develop (#26431)
5 years ago
zhupengyang 6e5670b8bd
mean: not support int32, int64; add check for axis (#26401)
5 years ago
wawltor 6e6567f3a1
reduce the time cost for the testcase of test_nn_elementwise_grad (#26451)
5 years ago
Huihuang Zheng ab34c83d98
Remove cudnn conv in unittest, test=develop (#26489)
5 years ago
wawltor 1080be3353
update the test_mean test case for bug fix
5 years ago
Zhong Hui c10cf6d240
Fix the API of bce loss and add functional API binary_cross_entropy (#26012)
5 years ago
Chen Weihang 21ea2976dd
fix static dataloader default pin memory set (#26390)
5 years ago
Chen Weihang 8c9229310c
reduce iter time to reduce exec time (#26388)
5 years ago
zhupengyang 4ad504e7c7
hardshrink: support threshold < 0 (#26403)
5 years ago
lilong12 e92f770c42
Add collective ops (reduce) (#26340)
5 years ago
wangchaochaohu bdb805505e
【API2.0】add numel API for paddle test=develop (#26311)
5 years ago
Chengmo 623e14fbc5
disable test_dist_fleet_ctr (#26507)
5 years ago
wangchaochaohu 2073ffc04d
Enhance the data type of linspace API (#26247)
5 years ago
guofei bb7fd0974f
Add paddle.tensor.math.prod (#26351)
5 years ago
hong19860320 40d193ed17
Add the ReLU6, Tanhshrink, SELU, Softplus, Softshrink and Softsign for the api 2.0 (#26376)
5 years ago
Peihan 6e13e86ab3
verify correctness of dy2static model by using paddle-inference api (#26372)
5 years ago
tangwei12 d12ac984bf
disable UT temp (#26404)
5 years ago
tangwei12 39bd2fb5e4
add print test_dist UT elapsed time (#26397)
5 years ago
Aurelius84 9bcfc1a804
Fix paddle.nn.data in new unittest (#26484)
5 years ago
liym27 ac2010f4b6
[Fix test_resnet timeout] Reduce batch_size to 2 to avoid unittest timeout.(#26449)
5 years ago
ceci3 fd66d76231
add weight_norm & remove_weight_norm (#26131)
5 years ago
ShenLiang facc0a10c9
fix the doc of dot (#26257)
5 years ago
liym27 adba432f27
[API 2.0] Add api paddle.reshape(x, shape, name) (#26338)
5 years ago
Zhang Ting cefbb3500e
remove alias from doc, test=document_fix (#26487)
5 years ago
ShenLiang 256dc6ee48
set_default_dtype only support float (#26435)
5 years ago
123malin 57d434df5d
add save/load for parameter server (#26235)
5 years ago
Aurelius84 0cc63cc343
[Paddle2.0] Rename hapi.Input and move `data` api (#26396)
5 years ago
WuHaobo a57d63a0f2
Fix erf (#26426)
5 years ago
Chen Weihang 7c1ff38e01
Enhance add_parameter check for dygraph layer (#26188)
5 years ago
yukavio 8c48c7daec
Add new one hot function in nn.functional (#26183)
5 years ago
Zhang Ting 6914a12f82
rename the inputs of allclose (#26360)
5 years ago
Guanghua Yu e52e7944cf
add paddle.nn.SmoothL1Loss,test=develop (#26398)
5 years ago
Chen Weihang 7e71ae92bd
fix test_cosine_similarity_api failed (#26467)
5 years ago
Chen Weihang a7cd61fdd1
fix DataParallel code samples, test=document_fix (#26423)
5 years ago
littletomatodonkey bcf03273f6
add pad func (#26106)
5 years ago
lijianshe02 a39bd3acc9
reduce the execution time of affine_channel op unittests (#26393)
5 years ago
Chengmo eeeef957c7
Fix ps gpu (#26218)
5 years ago
Zhong Hui 6cbeafb6c0
add zero norm, inf norm support for p_norm op (#26364)
5 years ago
liym27 6cd67a8160
[API 2.0] Fix api sum:(1)input->x;(2)dim->axis;(3)keep_dim->keepdim (#26337)
5 years ago
Tao Luo 1b03ab3899
set opencv-python <=4.2.0.32 (#26415)
5 years ago
liym27 db272ca5ef
rename file to according to reviews. (#26236)
5 years ago
Kaipeng Deng c45481d7be
add Sampler/SequenceSampler/RandomSampler (#26375)
5 years ago
ceci3 56890dc729
Add SyncBatchNorm (#26032)
5 years ago
liym27 f3ea615673
[Dy2Stat] Fix bug: unwrap func in dy2Stat. (#26279)
5 years ago
GaoWei8 1fbee267d4
remove scope in cudnn lstm (#25188)
5 years ago
Qi Li 61800f4a1e
elu gelu relu logsigmoid, test=develop (#26304)
5 years ago
Leo Chen 0a461ac3d5
specify numpy>=1.13 (#26400)
5 years ago
wanghuancoder ea6716a55b
Add check if fluid.data() variable no feed data (#25858)
5 years ago
Wilber 3ec0bcbbb8
[Bug] Fix prune for save_inference_model about transformer (#25347)
5 years ago
cc 3f816bc8b4
[Quantization] Conv2d_transpose and mul support channnelwise quantization (#25639)
5 years ago
wangchaochaohu 2101dfd2b3
【API2.0】add Chunk API (#26314)
5 years ago
Sylwester Fraczek abfdffa039
add use_mkldnn attribute to ops in dygraph (#25773)
5 years ago
lilong12 638bbb6153
Improve expand as (#26290)
5 years ago
Kaipeng Deng 5fdec3ed35
fix test_metrics accuracy. test=develop (#26358)
5 years ago
ShenLiang fd0051b488
add set default dtype, get default dtype (#26006)
5 years ago
zhupengyang 586a6dd358
log_softmax and LogSoftmax: impl kernel and refind docs (#26088)
5 years ago
yaoxuefeng 23261ff44b
add cpu random Generator (#26013)
5 years ago
Sylwester Fraczek 69742bd9a4
Enable mkldnn layout conversion (#25778)
5 years ago
LutaoChu 71b19c7f4e
add nn.functional.normalize API for API2.0, fix L1Loss API typo
5 years ago
zhupengyang 9317e51fa6
Fix
5 years ago
mapingshuo cd48bdad31
add feature to fleet2.0 role_maker, distribute_strategy, test=develop (#26267)
5 years ago
Dong Daxiang 4ec51e0205
【paddle.fleet】Clear disable (#26334)
5 years ago
Yi Liu 3b2c580a66
【paddle.fleet】make fleet_localsgd_meta_optimizer work (#26213)
5 years ago
Qinghe JING d549a9b1fe
【paddle.fleet】Set default value to strategy in distributed_optimizer (#26246)
5 years ago
Zhou Wei 5017aa76e6
set default python3,fix incompatible,cache dir for third party,unify error code,for windows (#26178)
5 years ago
Jack Zhou 6d22f5c73e
Add PADDLE_ENFORCE in nll loss cuda kernel (#26294)
5 years ago
wawltor d03dd9d5f1
fix the margin ranking loss doc and api, test=develop (#26266)
5 years ago
wawltor 00e08ce07b
add the sigmoid, Sigmoid for the api 2.0 (#26171)
5 years ago
tianshuo78520a f8ca72013e
Fix build whl package (#26258)
5 years ago
Yang Zhang d063a98b40
Update `paddle.add` (#25910)
5 years ago
Kaipeng Deng 7051bbc2a1
fix test_multiprocess_dataloader unittest. test=develop (#26241)
5 years ago
LielinJiang 9a6a4fbc04
Add children and named_children for Layer (#26289)
5 years ago
wangchaochaohu 0b81d76310
[API2.0] add op for cudnn version query test=develop (#26180)
5 years ago
Kaipeng Deng e87436a570
DistributedBatchSampler add num_replicas and rank. test=develop (#26315)
5 years ago
lilong12 241b44db14
[API 2.0] adaptive expand op to use shape instead of expand_times (#26206)
5 years ago
Dong Daxiang cbf8ba1591
add check approval (#26284)
5 years ago
wangchaochaohu bb11cbc250
[API2.0] add Device api (set_device and get_device)(#26103)
5 years ago
YUNSHEN XIE 30e1083e82
disable test_sampling_id_op (#26313)
5 years ago
wangchaochaohu b48ab36b76
fix the typo test=develop (#26310)
5 years ago
Zhou Wei 6de463d3d1
expose and unify the Tensor concepts to the user (#25978)
5 years ago
lilong12 fbd4d3cc97
[API 2.0] add paddle.tile op (#26245)
5 years ago
LielinJiang e4033a06d5
add Class KLDivLoss and function kl_div (#25977)
5 years ago
Aurelius84 57e83ad72b
Specific gast==0.3.3 (#26278)
5 years ago
liu zhengxi daad625121
fix rnncell errmsg (#26298)
5 years ago
Leo Chen 79f12595d8
Refine deprecated decorator (#26238)
5 years ago
123malin f2b6d8d553
test=develop, bug fix for test_dist_fleet_ctr (#26287)
5 years ago
Bai Yifan 22b06db3d7
add paddle.nn.functional.mse_loss (#26089)
5 years ago
MRXLT b2d41e2acd
fix unstack op doc (#26043)
5 years ago
Yang Zhang 617eb67f29
Upgrade `no_grad` decorator (#25472)
5 years ago
zhupengyang 7a89a0a7be
hardshrink and Hardshrink: add class, threshold default 0.5 (#26198)
5 years ago
liuyuhui 935da32d25
【paddle.fleet】upgrade fleet: modify role_maker (#26038)
5 years ago
wangchaochaohu ba574c8ec3
refine the usage of numpy element fetch for Ops test=develop (#26194)
5 years ago
Yibing Liu b9828bdf3a
Use faster algorithm for complex matmul, test=develop (#26231)
5 years ago
ShenLiang 5113aae6ea
fix the doc of inverse, dot, cholesky (#25860)
5 years ago
pangyoki cfa086bdc1
Remove original name for alias APIs (#26195)
5 years ago
wawltor 2d6cc0b125
support the tuple for attribute of axis in min, max for api2.0
5 years ago
wawltor 682035663a
Add the loss of MarginRankingLoss for the paddle api2.0 (#26078)
5 years ago
Dong Daxiang 50a5bcfc9d
【paddle.fleet】paddle.fleet -> paddle.distributed.fleet. (#26186)
5 years ago
Leo Chen 2d95280e1f
Feature/Enable Auto-Mixed-Precision in dynamic graph (#24903)
5 years ago
Chen Weihang 838e36e9ed
Fix loaded variable suffix repeat error (#26169)
5 years ago
Zhen Wang e656ca4783
add assert raises in the test_retain_graph UT. (#25983)
5 years ago
Zhong Hui 7165f48409
change api name eps to epsilon for the pair_distance
5 years ago
Jack Zhou dea41da715
add nll loss API for the paddlepaddle api2.0
5 years ago
liym27 1d730ffbf5
[Dy2Stat] Removes temporary files created during the transformation of dygraph to static graph. (#26150)
5 years ago
Zhong Hui 361363c321
add pairewise distance for the paddlepaddle api 2.0
5 years ago
LutaoChu 1d870c442e
fix paddle.nn.loss.L1Loss OP, add paddle.nn.functional.l1_loss OP for API2.0
5 years ago
zhupengyang faf83a7af2
paddle.mean: add attr axis, keepdim (#26147)
5 years ago
wawltor 9c17b3c9f8
Add the max, min, maximum, minimum api for the API 2.0
5 years ago
pangyoki 13b80d9bea
fixed imperative module in doc example code (#26149)
5 years ago
Kaipeng Deng dbc88bb900
Add iterable dataset support for multiprocess DataLoader (#25558)
5 years ago
JZ-LIANG 54003b873e
【paddle.fleet】add lamb to fleet meta optimizer (#26025)
5 years ago
Yiqun Liu 1be6bf45ae
Add assign to fusion_group and enhance inplace execution in fusion_group. (#26121)
5 years ago
zhupengyang b2034c2854
softmax: imperative->static; fix doc examples (#26134)
5 years ago
LutaoChu b6d14d9d07
add deprecated decorator, remove alias for cumsum op (#26104)
5 years ago
Zhen Wang a86e8c0eef
add more error info for these ops without double grad ops. (#25987)
5 years ago
danleifeng 34eb27a1d6
ps worker-ports are optional for users for fleetrun command; test=develop (#26090)
5 years ago