Commit Graph

6942 Commits (3900f66c1935c9e1bfa3bc77ebb7318e3f5acf1c)

Author SHA1 Message Date
Chen Weihang 209273e605
Support load state dict form `inference model` format save result (#26718)
6 years ago
Zhen Wang bcdbac1753
fix some cast error. (#26884)
6 years ago
zhupengyang 6a09b8f1cb
erase Raises and refine doce of random functions (#26901)
6 years ago
Zhou Wei d5f4c39fda
set_default_type only take effect on python floats or complex (#26939)
6 years ago
Leo Chen 1275659ccc
refine paddle.stack (#26886)
6 years ago
LielinJiang 96331f74d7
fix conv1d padding (#26921)
6 years ago
littletomatodonkey 3ba7b9b567
fix regularizer timeout (#26952)
6 years ago
pangyoki b036294c02
fix uniform CI random fail problem (#26932)
6 years ago
Yang Zhang 29b844ad5e
Fix clip op attr (#26924)
6 years ago
huangjun12 e480168fae
fix dropout bug in backward when input is 1d tensor (#26837)
6 years ago
joejiong 2f50aa227e
add deprecated information to the top of an API docstring (#26818)
6 years ago
YUNSHEN XIE d8984a6b90
limit timeout value setting on linux (#26923)
6 years ago
zhang wenhui c7b5ac4bb6
fix norm bug, test=develop (#26827)
6 years ago
gongweibao 4e1c8f3e6e
Remove psutil dependency. (#26841)
6 years ago
Tao Luo bf6cbbc745
remove unused fc_gan unit-test demo (#26889)
6 years ago
liym27 435ab2aa8a
Raise RuntimeError if run the callable object decorated by '@paddle.jit.to_static' not in dynamic mode. (#26750)
6 years ago
liym27 f9d39b4916
[Dy2Stat] Transforme api 'to_tensor' to 'assign'. (#26873)
6 years ago
wawltor 0a29fc85d6
fix the argmin,argmax op for the paddlepaddle 2.0
6 years ago
Yang Zhang 6129b0e246
Revert `no_grad` changes and add new implementation (#26826)
6 years ago
Chengmo d0962abd20
supplement bug fix of parameter server (#26217)
6 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)
6 years ago
Huihuang Zheng ad5547d97b
Fix typo util->until. (#26855)
6 years ago
MRXLT 1769d2128a
fix ut (#26844)
6 years ago
Sylwester Fraczek f866bfedf1
support mnist and resnet dygraph_to_static test (#25774)
6 years ago
tangwei12 ebc5f99789
add embedding 2.0 (#26649)
6 years ago
MRXLT 1f36d3cdcb
update optimizer (#26711)
6 years ago
Chen Weihang 28cb653145
Remove backend argument of init_parallel_env (#26773)
6 years ago
Aurelius84 b0111778b8
enhance error message (#26808)
6 years ago
huangjun12 3ce727a81c
rename Dropout2D/3D to Dropout2d/3d, test=develop (#26796)
6 years ago
GaoWei8 11fb8a1c10
Refine cudnn softmax (#25757)
6 years ago
arlesniak 885c61f086
Add use of global flag 'use_mkldnn' to layer_helper (#26497)
6 years ago
Aurelius84 df0a22d98b
[Dy2stat]Fix Python Version compatibility of dict.iteritems (#26778)
6 years ago
yaoxuefeng a47d92d868
fleet add save with whitelist test=develop (#23376)
6 years ago
qingqing01 f7fb4c2212
Move hapi to python/paddle root dir. (#26442)
6 years ago
Yang Zhang 9a1ea9b45d
Add support for tensor min/max in dygraph (#26764)
6 years ago
pangyoki 4a57880d91
support default dtype for distribution APIs (#26695)
6 years ago
Chengmo 7f2aa2db3c
【paddle.fleet】Support Heter Parameter Server (#25998)
6 years ago
ruri db68e08589
[API2.0]Unify pooling function and add adaptive max pooling function (#26483)
6 years ago
Jiawei Wang a1b99fae07
Adadelta Optimizer (#26590)
6 years ago
lilong12 2675cae758
add deprecated decorator for old apis expand and expand_as (#26759)
6 years ago
ceci3 42d2915ad4
[2.0 API] add SyncBatchNorm.convert_sync_batch_norm (#26688)
6 years ago
Zhen Wang f32ae272ec
Remove `sorted_sum_gradient_` form BasicEngine and PartialGradTask. (#26766)
6 years ago
Zhou Wei 7b78bfc089
[2.0API]support set_default_dtype for to_tensor (#26432)
6 years ago
Leo Chen 844583c8fd
Refine paddle.manual_seed (#26496)
6 years ago
Chen Weihang 31f422ae5e
Add interface to launch parallel dygraph by multiprocessing (#26044)
6 years ago
gongweibao 3390c7e260
fix test=develop (#26697)
6 years ago
zhupengyang f34fb0a291
normal: enlarge threshold to reduce random error (#26763)
6 years ago
liym27 b1f9ed6006
[Dy2Stat] Add debugging and logging mechanism for dygraph to static (#26457)
6 years ago
Pei Yang e3f8e5cf5c
trt int8 support conv2d_transpose (#26636)
6 years ago
Zhou Wei 30aab17734
[2.0API]support 2.0 lr_scheduler for 2.0 optimizer (#26737)
6 years ago