Commit Graph

12232 Commits (c7acad9f2f90a0116332e48e9c22609e35af7814)

Author SHA1 Message Date
Chen Weihang f02aece1f0
Add complex dtype op (add) test example (#29603)
4 years ago
AshburnLee efea540ca9
Add tf32 support for A100 tensor core acceleration for cuBLAS (#28732)
4 years ago
lijianshe02 7779768b53
add transpose double grad test=develop (#29600)
4 years ago
huangxu96 c05170d3d8
add alias for fluid.contrib.mixed_precision (#29562)
4 years ago
ShenLiang fb6697b424
Fix the dowanload bug in the case of multiple machines (#29551)
4 years ago
ShenLiang 1efef8baed
Fix bug of matmul_v2 for broadcast case (#29599)
4 years ago
qingqing01 8d549fc85d
Add clip double grad (#29590)
4 years ago
Tao Luo 81acc3278c
disable test_parallel_executor_profiler in cuda 10.1 (#29581)
4 years ago
wangchaochaohu ac4bae8ee9
elementwise_add_grad Op optimization (#29575)
4 years ago
huangxu96 2cb6f94888
add float16 into adaptive_avg_pool2d check list. (#29547)
4 years ago
yukavio ee1a7d020c
add some feature for paddle.flops (#29572)
4 years ago
WangXi 467c716963
gen nccl id use socket (#29431)
4 years ago
Bai Yifan d72604cd46
fix unittst unstable issue on ci machine (#29588)
4 years ago
QingshuChen 79a41a9ed6
support roi_align & affine_channel for kunlun (#29561)
4 years ago
liym27 0cad1152f4
[Dy2Stat] 1. Fix bug of for-range stmts. 2. Support that step value is negative in for-range stmts (#29519)
4 years ago
Huihuang Zheng 831e9135b9
Fix Windows Unittest (#29543)
4 years ago
GeminiCarrie 08f24a3108
Fix precision problem (#29567)
4 years ago
JZ-LIANG d33d468f02
[Sharding] add hybrid-dp feature (#29518)
4 years ago
Chen Weihang c1a26e2a05
fix train eval set error in static mode (#29540)
4 years ago
taixiurong 760d015c14
add xpu ops for training transformer in kunlun (#29539)
4 years ago
Leo Chen 0fdd365665
Add fast path for dropout when p == 0 (#29553)
4 years ago
Wojciech Uss 917a11495f
fix ininite scale values (#29386)
4 years ago
lijianshe02 bd29052e33
fix random seed in nll_loss unitest test=develop (#29538)
4 years ago
joanna.wozna.intel 0ce6d7fa77
Fix bf16 activations test for softmax and gelu (#29502)
4 years ago
huangxu96 4001979309
Add ReserveSpace in dygraph batch_norm. (#29221)
4 years ago
arlesniak b781953ef5
[oneDNN] Fix flags use test for #29080, assert condition more general (#29493)
4 years ago
Zhen Wang 5ac71b36fb
Remove tensor copy in the update_loss_scaling op. (#29426)
4 years ago
Zhou Wei e74e1a226c
support deepcopy for Layer/Tensor/Paramerbase (#29387)
4 years ago
joejiong 50d3117d30
Add random_split and Subset dataset (#29291)
4 years ago
joejiong 87e75a77c2
Add tangent operator (#29207)
4 years ago
Wei Shengyu dc8bb76c68
remove addcmul (#28937)
4 years ago
Zhong Hui f459dd9634
fix abs double grad unittest (#29478)
4 years ago
huangxu96 576d0d938b
add fp16 check into max and avg pool (#29479)
4 years ago
ShenLiang 2ef9e0e23c
Rebuild group automatically in dynamic graph distributed (#29255)
4 years ago
procr 3a0558339d
support mobilenet for kunlun (#29458)
4 years ago
Aurelius84 5d530c9319
fix amp support fleet (#29491)
4 years ago
ShenLiang 311b3b44fc
Fix the bug where embedding can‘t be processed correctly in reducer (#29485)
4 years ago
Pei Yang 2480bdef6c
change hard_swish from plugin to layer (#29177)
4 years ago
lilong12 b122d0bb76
Fix bug in gloo that gloo initialization hangs (#29447)
4 years ago
taixiurong ecca6585cd
1. fix elementwise ops'bug 2. fix softmax_with_cross_entropy_op 3. add biliner_interp_op (#29448)
4 years ago
LoveAn 03b42d9fa7
fix unittest on windows, test=develop (#29365)
4 years ago
ShenLiang 22e6b9e373
Fix the ut of matmulv2 for broadcast case (#29461)
4 years ago
TTerror a5fcc4b545
update reduce_sum op on xpu (#29367)
4 years ago
chentianyu03 acce962133
remove complex module direction (#29419)
4 years ago
Zhang Ting 6296f4ed09
revert cast eigen kernel (#29427)
4 years ago
Leo Chen a040c055a5
fix layer_norm accuracy (#29434)
4 years ago
Shang Zhizhou 225a9c4ed8
Fix unittest (#29412)
4 years ago
Pei Yang f860de4af7
support clip op trt converter (#29411)
4 years ago
Bai Yifan 87bb726258
Add deform_conv2d,DeformConv2D (#29364)
4 years ago
chentianyu03 64e4e17f0c
remove complexvariable (#29390)
4 years ago
chajchaj 79e6086743
change shape of output in cross_entropy, test=develop (#29220)
4 years ago
liuyuhui 2ee7a6b08c
[paddle v2.0.0rc1: API fixs] assign/conv2d/conv2d_transpose/cast/ParamAttr (#29171)
4 years ago
Guo Sheng 8fc7f1b66a
Fix api docs in RNN, Transformer, layer_norm, WeightNormParamAttr (#29235)
4 years ago
Chen Long c940f842ca
remove rarfile from requirements (#29319)
4 years ago
yongqiangma 7c508d8668
update unbind norm add CUDAPlace api doc information (#29322)
4 years ago
chentianyu03 879e913b6d
Make transpose, trace, kron, reshape, sum op support complex type (#29321)
4 years ago
Chen Long 66fd1c00a0
fix some docs test=develop;test=document_fix (#29374)
4 years ago
liym27 5f84d0b375
Fix bug: delete wrong check_type of paddle.concat and support LoDTensorArray (#29306)
4 years ago
Feiyu Chan f7cdcefa65
fix multiple documentation errors, test=document_fix (#29210)
4 years ago
卖鱼的哲学 074065e5de
fix expand/uniform_random && concat/transpose to new api on xpu (#29280)
4 years ago
ShenLiang 4064354a01
support dp run single card (#29358)
4 years ago
gongweibao 8989053443
Fix bug of test_fleet_launch_async.sh (#29332)
4 years ago
Huihuang Zheng 8f7627907c
[Dy2stat] Reduce Exception Type for Better Error Message (#29268)
4 years ago
liym27 61a8f2874f
[Dy2Stat] Fix bug: Do not use gast.Subscript to replace gast.Name in when transforming for_enumerate_loop (#29310)
4 years ago
liym27 b10ecd9d3a
[inplace] Add ShareHolderWith for class Variable and SharePlaceholderWith in VarBase.detach() to share the same Tensor/SelectedRows (#29267)
4 years ago
Chen Weihang 9ad800ebb2
Support type promote for basic math ops (quantum required) (#29265)
4 years ago
LielinJiang f31e5adab5
fix typo in ProgBarLogger (#29329)
4 years ago
tangwei12 8358791607
fix gpu outofrange (#29238)
4 years ago
YUNSHEN XIE 28164b266f
disable test_rnn_decode_api and test_complex_matmul on windows (#29252)
4 years ago
Leo Chen b58cfff89d
use has_grad instead of train_mode (#29309)
4 years ago
Aurelius84 67c700b479
[Dy2Stat] Add cache for Executor and Context in run_program_op (#28421)
4 years ago
ShenLiang d6753e1e6d
fix matmulv2 for windows (#29327)
4 years ago
gongweibao 96de8b008f
cleanup enum test=develop (#29294)
4 years ago
liym27 b9a8ebd50f
[Dy2stat] Add a decorator paddle.jit.not_to_static to support that not to convert a function in Dynamic-to-Static. (#29253)
4 years ago
ShenLiang 2d6aa1a5bb
fix warning of fleet (#29317)
4 years ago
ShenLiang 2cd0bf5764
Fix doc of fleet api (#29282)
4 years ago
ShenLiang c00af94435
fix matmulv2 for windows (#29302)
4 years ago
Steffy-zxf 41f17aeb8b
fix DATA_HOME path in win (#29222)
4 years ago
Jack Zhou cf43322139
fix nll_loss doc;test=document_fix; (#29247)
4 years ago
LielinJiang b9f1f4343b
Move temporal_shift to paddle.nn.functional (#29261)
4 years ago
Chen Weihang a2e9d95a4a
change test_imperative_signal_handler_to_exclusive (#29283)
4 years ago
Zhen Wang be3777a50a
Add pure fp16 training with master weights. (#27712)
4 years ago
chentianyu03 976961de6d
fix random failed of complex matmul (#29285)
4 years ago
furnace 7584bb5096
Layer norm fp16 (#29169)
4 years ago
mls1999725 a37963b890
Update APIs in text/datasets and dataloader (#29219)
4 years ago
mls1999725 493568b070
Update Codes of Cifar and VOC2012 (#29204)
4 years ago
mls1999725 0aedd463ee
Update get_worker_info API (#29190)
4 years ago
mls1999725 6a9a62c3ef
Update conv3d API (#29205)
4 years ago
Huihuang Zheng aec05d811c
[Dy2stat] Fix PaddleGan Deoldify Model Dy2stat Problems (#29226)
4 years ago
Leo Chen 116305ea4b
Improve performance of elementwise_add grad op (#29187)
4 years ago
卖鱼的哲学 07c67d5a8b
add deformable_conv op on xpu (#29234)
4 years ago
Chen Weihang 1de32f823d
Hot fix complle failed in gcc4.8 caused by complex impl (#29254)
4 years ago
yukavio a71ea00922
add unit test (#29228)
4 years ago
ShenLiang 46b73e6cd9
Change the api of DataParallel and Fleet (#29224)
4 years ago
Leo Chen 73e51a17e7
add stop_gradient property and remove reduce redundant information (#29185)
4 years ago
QingshuChen 64f29fbb70
update kunlun conv2d/softmax/elementwise implemetation (#29229)
4 years ago
Jiawei Wang b11ab12787
Fix doc (adadelta, sgd, momentum) (#29212)
4 years ago
lijianshe02 76312deb30
fix nll_loss test random fail bug test=develop (#29236)
4 years ago
LielinJiang 8a2dd34a1e
fix depthwise conv (#29227)
4 years ago
huangxu96 dbdeecd665
Modify doc mistakes of grad API. (#29176)
4 years ago