Commit Graph

4715 Commits (0ce6d7fa77a4c19e6da33b8afcef265641f2e291)

Author SHA1 Message Date
joanna.wozna.intel 0ce6d7fa77
Fix bf16 activations test for softmax and gelu (#29502)
6 years ago
huangxu96 4001979309
Add ReserveSpace in dygraph batch_norm. (#29221)
6 years ago
arlesniak b781953ef5
[oneDNN] Fix flags use test for #29080, assert condition more general (#29493)
6 years ago
Zhen Wang 5ac71b36fb
Remove tensor copy in the update_loss_scaling op. (#29426)
6 years ago
Zhou Wei e74e1a226c
support deepcopy for Layer/Tensor/Paramerbase (#29387)
6 years ago
joejiong 50d3117d30
Add random_split and Subset dataset (#29291)
6 years ago
joejiong 87e75a77c2
Add tangent operator (#29207)
6 years ago
Wei Shengyu dc8bb76c68
remove addcmul (#28937)
6 years ago
Zhong Hui f459dd9634
fix abs double grad unittest (#29478)
6 years ago
ShenLiang 2ef9e0e23c
Rebuild group automatically in dynamic graph distributed (#29255)
6 years ago
procr 3a0558339d
support mobilenet for kunlun (#29458)
6 years ago
ShenLiang 311b3b44fc
Fix the bug where embedding can‘t be processed correctly in reducer (#29485)
6 years ago
Pei Yang 2480bdef6c
change hard_swish from plugin to layer (#29177)
6 years ago
lilong12 b122d0bb76
Fix bug in gloo that gloo initialization hangs (#29447)
6 years ago
taixiurong ecca6585cd
1. fix elementwise ops'bug 2. fix softmax_with_cross_entropy_op 3. add biliner_interp_op (#29448)
6 years ago
LoveAn 03b42d9fa7
fix unittest on windows, test=develop (#29365)
6 years ago
ShenLiang 22e6b9e373
Fix the ut of matmulv2 for broadcast case (#29461)
6 years ago
TTerror a5fcc4b545
update reduce_sum op on xpu (#29367)
6 years ago
Zhang Ting 6296f4ed09
revert cast eigen kernel (#29427)
6 years ago
Leo Chen a040c055a5
fix layer_norm accuracy (#29434)
6 years ago
Shang Zhizhou 225a9c4ed8
Fix unittest (#29412)
6 years ago
Pei Yang f860de4af7
support clip op trt converter (#29411)
6 years ago
Bai Yifan 87bb726258
Add deform_conv2d,DeformConv2D (#29364)
6 years ago
chentianyu03 64e4e17f0c
remove complexvariable (#29390)
6 years ago
chajchaj 79e6086743
change shape of output in cross_entropy, test=develop (#29220)
6 years ago
chentianyu03 879e913b6d
Make transpose, trace, kron, reshape, sum op support complex type (#29321)
6 years ago
liym27 5f84d0b375
Fix bug: delete wrong check_type of paddle.concat and support LoDTensorArray (#29306)
6 years ago
卖鱼的哲学 074065e5de
fix expand/uniform_random && concat/transpose to new api on xpu (#29280)
6 years ago
gongweibao 8989053443
Fix bug of test_fleet_launch_async.sh (#29332)
6 years ago
Huihuang Zheng 8f7627907c
[Dy2stat] Reduce Exception Type for Better Error Message (#29268)
6 years ago
liym27 61a8f2874f
[Dy2Stat] Fix bug: Do not use gast.Subscript to replace gast.Name in when transforming for_enumerate_loop (#29310)
6 years ago
liym27 b10ecd9d3a
[inplace] Add ShareHolderWith for class Variable and SharePlaceholderWith in VarBase.detach() to share the same Tensor/SelectedRows (#29267)
6 years ago
Chen Weihang 9ad800ebb2
Support type promote for basic math ops (quantum required) (#29265)
6 years ago
YUNSHEN XIE 28164b266f
disable test_rnn_decode_api and test_complex_matmul on windows (#29252)
6 years ago
Leo Chen b58cfff89d
use has_grad instead of train_mode (#29309)
6 years ago
Aurelius84 67c700b479
[Dy2Stat] Add cache for Executor and Context in run_program_op (#28421)
6 years ago
ShenLiang d6753e1e6d
fix matmulv2 for windows (#29327)
6 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)
6 years ago
ShenLiang c00af94435
fix matmulv2 for windows (#29302)
6 years ago
LielinJiang b9f1f4343b
Move temporal_shift to paddle.nn.functional (#29261)
6 years ago
Chen Weihang a2e9d95a4a
change test_imperative_signal_handler_to_exclusive (#29283)
6 years ago
Zhen Wang be3777a50a
Add pure fp16 training with master weights. (#27712)
6 years ago
chentianyu03 976961de6d
fix random failed of complex matmul (#29285)
6 years ago
furnace 7584bb5096
Layer norm fp16 (#29169)
6 years ago
Huihuang Zheng aec05d811c
[Dy2stat] Fix PaddleGan Deoldify Model Dy2stat Problems (#29226)
6 years ago
Leo Chen 116305ea4b
Improve performance of elementwise_add grad op (#29187)
6 years ago
卖鱼的哲学 07c67d5a8b
add deformable_conv op on xpu (#29234)
6 years ago
Chen Weihang 1de32f823d
Hot fix complle failed in gcc4.8 caused by complex impl (#29254)
6 years ago
ShenLiang 46b73e6cd9
Change the api of DataParallel and Fleet (#29224)
6 years ago
QingshuChen 64f29fbb70
update kunlun conv2d/softmax/elementwise implemetation (#29229)
6 years ago