Commit Graph

6903 Commits (8bcb1f29d929f2ff16df44cfc0a6cf65a507c3f4)

Author SHA1 Message Date
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
ShenLiang 29494d703d
fix remainder, floor_div (#26732)
6 years ago
LutaoChu d39e789882
For normalize op, remove special treatment of one-dimensional input, add check for one-dimensional input (#26747)
6 years ago
LutaoChu 7d4e21588d
add parameters check in static mode for diag op
6 years ago
hong19860320 a7db9acc2f
Add the constraint for the scale of SELU/selu (#26686)
6 years ago
pangyoki 5f275aadaf
fix sample method of Uniform and Normal class (#26713)
6 years ago
littletomatodonkey 52a6ca0cf5
test=develop, improve pad assertion error (#26748)
6 years ago
Kaipeng Deng c03092b188
fix dataloader performace decrease & unittest hanging. test=develop (#26739)
6 years ago
Jack Zhou c282db3a93
add broadcast feature for elementwise logical op
6 years ago
Yang Zhang 63eef7632e
Fix clip input check (#26683)
6 years ago
donproc edf5f3173a
[2.0 API] add paddle.nn.functional.linear and fix paddle.nn.Linear (#26480)
6 years ago
lilong12 f1ae017fa9
update copyright year, test=document_fix (#26586)
6 years ago
Zhen Wang f9066e6a6f
Update the demo code and the doc of varbase.backward. (#26506)
6 years ago
Feiyu Chan f4083010a7
Add unified RNN APIs (#26588)
6 years ago
joejiong f311d3c1cf
Fix pow api type error with python side method, merge elementwise_pow and pow. (#26163)
6 years ago
yongqiangma e4cc6a28b0
Norm op support 2-axis (#26492)
6 years ago
chalsliu dc56c89822
Add the option to execute unit tests only at night (#26669)
6 years ago
Aurelius84 f05613683f
[Dy2stat] Support InputSpec and Return callable class instance in @declarative (#25960)
6 years ago
xiaoting 89d7d86684
add intepolte_v2 (#26520)
6 years ago
gongweibao fc5acdd041
Fix fleet ut timeout issue. (#26694)
6 years ago
Zhang Ting 97cebfa4d3
add dtype for unique (#26655)
6 years ago
wanghuancoder 07e3b9a33b
api20, Bilinear add deprecated, and fix english doc (#26610)
6 years ago
Kaipeng Deng 84e7be3178
add TensorDataset for multiprocess DataLoader (#26332)
6 years ago
lilong12 1c68138327
[api 2.0] add collective op for cpu using gloo and paddle.distributed.* apis (#26552)
6 years ago
Leo Chen 5c14fdcf0c
fix bug when get_glibc_ver returns None (#26693)
6 years ago
Aurelius84 67d03bed70
Fix jit.to_static usage (#26682)
6 years ago
Bai Yifan 8986a82131
fix adaptive gpu grad bug, add doc refine (#26660)
6 years ago
Dong Daxiang 98e057bb1e
remove role maker in test_fleet_graph_execution_meta_optimizer.py (#26674)
6 years ago
wawltor 286eca2d9e
update the code for the topk v2
6 years ago
joejiong d32beea2a9
Add Checking Type for "multiply" operation (#26508)
6 years ago
gongweibao ed4a4ea37e
fix test=develop (#26632)
6 years ago
Dong Daxiang 08d736ad78
【paddle.fleet】add cudnn related strategies to DistributedStrategy (#26598)
6 years ago
Zhang Ting 0a895bc0df
improve unique op (#26537)
6 years ago
zhang wenhui 0679678212
add norm 2.0 api, test=develop (#26465)
6 years ago
YUNSHEN XIE a8b5741fb4
add a few unittests for setting timeout properity (#26630)
6 years ago
Huihuang Zheng 26d67414fd
Enrich English declarative Doc (#26538)
6 years ago
wanghuancoder c1f5df5269
optimized transformation form tensor to numpy (#26447)
6 years ago
zhupengyang c80fcf901e
reduce_mean error if keepdim=True and reduce_all=True (#26614)
6 years ago
wangchaochaohu a31dbc8f85
add deprecated for gather api and refine the doc of gather api (#26579)
6 years ago
whs a065a24232
【2.0 API】Enhance affine grid operator (#26385)
6 years ago