Commit Graph

4687 Commits (4064354a01ac7cd54f93096311cc2d964086e555)

Author SHA1 Message Date
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
Jiawei Wang b11ab12787
Fix doc (adadelta, sgd, momentum) (#29212)
6 years ago
lijianshe02 76312deb30
fix nll_loss test random fail bug test=develop (#29236)
6 years ago
Jiawei Wang a5d13d593c
Momentum Velocity init in Momentum.__init__() (#29223)
6 years ago
wanghuancoder 2b2cd1864a
revert python file coverage, delete coverage run --include, test=develop (#29230)
6 years ago
chentianyu03 8f45d14263
add complex64 and complex128 type; add +-*/@ and slice opreator for c… (#29199)
6 years ago
Zhou Wei c0a991c874
accumulate gradient for leaf tensor with previous graph and expose leaf tensor concept (#28429)
6 years ago
Chen Weihang 786e69e9c7
diable test_yolov3 in musl (#29216)
6 years ago
hong19860320 f23665e5d5
Refine the doc and unit test for Sigmoid and stanh (#29198)
6 years ago
123malin b5c6342336
Update ps gpu (#29209)
6 years ago
liym27 865a45984f
Check whether there is any inplace operation affecting gradient calculation. (#27901)
6 years ago
joejiong dc070ecfb0
Remove cast from paddle.pow api (#29134)
6 years ago
WangXi 0c2a51d240
optimizer amp, all use fp16 communication, overlap last comm and compute (#28957)
6 years ago
Chen Weihang 0b032faeee
Polish unittests details and execution conditions to adapt to MUSL (#29044)
6 years ago
Thunderbrook 4adddcc89a
add set_trainer_num api in dataset (#29133)
6 years ago
liym27 e03440812a
fix code: if y is True -> if y (#29184)
6 years ago
WeiXin 1476e1f998
save model after jit.load (#28748)
6 years ago
wanghuancoder 0239f79695
Generate code coverage reports only for incremental files (#28508)
6 years ago
Huihuang Zheng 27b4218333
[Dy2stat] Disable PaddleInference IR Optimization in test_mnist for CUDA11 (#29105)
6 years ago
liym27 01bdea7c31
[Dy2Stat] Don't conver the function from third library logging (#29161)
6 years ago
liym27 a7433cc379
[Dy2Stat] Fix bug: the return statement should be transformed to an equivalent Paddle/Python if statement, which depends on if conditions of the return stmt. (#29165)
6 years ago
Huihuang Zheng 4a0a870177
[dy2stat] Set shape for linspace to Fix dy2stat for GridGenerator Model (#29173)
6 years ago
Aurelius84 cb680c8013
[Dy2Stat]Refine code of test_lac unittest (#29087)
6 years ago
ShenLiang e2d01eb650
Support dynamic graph distributed (#28997)
6 years ago
lilong12 7e5e9934fe
update expand as op to use the shape of the target tensor instead of the target tensor itself. (#29020)
6 years ago
Kaipeng Deng f4c894a693
alias yolo_loss & yolo_box to paddle.vision. (#28520)
6 years ago
LutaoChu 28280647eb
add paddle.subtract, optimize paddle.maximum and paddle.minimum
6 years ago
Jack Zhou 085260f3de
Add eigen gru and fix the dropout bug in the rnn
6 years ago
liym27 5fe44571f0
[Dynamic-to-Static] Support **kwargs as input of the function which is decorated by `jit.save.to_static` (#29098)
6 years ago