Commit Graph

7597 Commits (64e4e17f0c6c4631c6e7d950f84db80d61eff9da)

Author SHA1 Message Date
chentianyu03 64e4e17f0c
remove complexvariable (#29390)
5 years ago
chajchaj 79e6086743
change shape of output in cross_entropy, test=develop (#29220)
5 years ago
liuyuhui 2ee7a6b08c
[paddle v2.0.0rc1: API fixs] assign/conv2d/conv2d_transpose/cast/ParamAttr (#29171)
5 years ago
Guo Sheng 8fc7f1b66a
Fix api docs in RNN, Transformer, layer_norm, WeightNormParamAttr (#29235)
5 years ago
chentianyu03 879e913b6d
Make transpose, trace, kron, reshape, sum op support complex type (#29321)
5 years ago
liym27 5f84d0b375
Fix bug: delete wrong check_type of paddle.concat and support LoDTensorArray (#29306)
5 years ago
卖鱼的哲学 074065e5de
fix expand/uniform_random && concat/transpose to new api on xpu (#29280)
5 years ago
ShenLiang 4064354a01
support dp run single card (#29358)
5 years ago
gongweibao 8989053443
Fix bug of test_fleet_launch_async.sh (#29332)
5 years ago
Huihuang Zheng 8f7627907c
[Dy2stat] Reduce Exception Type for Better Error Message (#29268)
5 years ago
liym27 61a8f2874f
[Dy2Stat] Fix bug: Do not use gast.Subscript to replace gast.Name in when transforming for_enumerate_loop (#29310)
5 years ago
liym27 b10ecd9d3a
[inplace] Add ShareHolderWith for class Variable and SharePlaceholderWith in VarBase.detach() to share the same Tensor/SelectedRows (#29267)
5 years ago
Chen Weihang 9ad800ebb2
Support type promote for basic math ops (quantum required) (#29265)
5 years ago
tangwei12 8358791607
fix gpu outofrange (#29238)
5 years ago
YUNSHEN XIE 28164b266f
disable test_rnn_decode_api and test_complex_matmul on windows (#29252)
5 years ago
Leo Chen b58cfff89d
use has_grad instead of train_mode (#29309)
5 years ago
Aurelius84 67c700b479
[Dy2Stat] Add cache for Executor and Context in run_program_op (#28421)
5 years ago
ShenLiang d6753e1e6d
fix matmulv2 for windows (#29327)
5 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)
5 years ago
ShenLiang c00af94435
fix matmulv2 for windows (#29302)
5 years ago
LielinJiang b9f1f4343b
Move temporal_shift to paddle.nn.functional (#29261)
5 years ago
Chen Weihang a2e9d95a4a
change test_imperative_signal_handler_to_exclusive (#29283)
5 years ago
Zhen Wang be3777a50a
Add pure fp16 training with master weights. (#27712)
5 years ago
chentianyu03 976961de6d
fix random failed of complex matmul (#29285)
5 years ago
furnace 7584bb5096
Layer norm fp16 (#29169)
5 years ago
mls1999725 a37963b890
Update APIs in text/datasets and dataloader (#29219)
5 years ago
mls1999725 0aedd463ee
Update get_worker_info API (#29190)
5 years ago
mls1999725 6a9a62c3ef
Update conv3d API (#29205)
5 years ago
Huihuang Zheng aec05d811c
[Dy2stat] Fix PaddleGan Deoldify Model Dy2stat Problems (#29226)
5 years ago
Leo Chen 116305ea4b
Improve performance of elementwise_add grad op (#29187)
5 years ago
卖鱼的哲学 07c67d5a8b
add deformable_conv op on xpu (#29234)
5 years ago
Chen Weihang 1de32f823d
Hot fix complle failed in gcc4.8 caused by complex impl (#29254)
5 years ago
ShenLiang 46b73e6cd9
Change the api of DataParallel and Fleet (#29224)
5 years ago
Leo Chen 73e51a17e7
add stop_gradient property and remove reduce redundant information (#29185)
5 years ago
QingshuChen 64f29fbb70
update kunlun conv2d/softmax/elementwise implemetation (#29229)
5 years ago
Jiawei Wang b11ab12787
Fix doc (adadelta, sgd, momentum) (#29212)
5 years ago
lijianshe02 76312deb30
fix nll_loss test random fail bug test=develop (#29236)
5 years ago
huangxu96 dbdeecd665
Modify doc mistakes of grad API. (#29176)
5 years ago
Jiawei Wang a5d13d593c
Momentum Velocity init in Momentum.__init__() (#29223)
5 years ago
Leo Chen 4556ad76b4
Upgrade string literals to raw string [part 2](#29217)
5 years ago
wanghuancoder 2b2cd1864a
revert python file coverage, delete coverage run --include, test=develop (#29230)
5 years ago
chentianyu03 8f45d14263
add complex64 and complex128 type; add +-*/@ and slice opreator for c… (#29199)
5 years ago
Zhou Wei c0a991c874
accumulate gradient for leaf tensor with previous graph and expose leaf tensor concept (#28429)
5 years ago
huangjun12 b6a26749dc
fix doc of alpha_dropout/dropout/dropout2d/dropout3d/npair_loss (#29136)
5 years ago
yaoxuefeng a069e1ca91
fix docs (#29097)
5 years ago
Chen Weihang 786e69e9c7
diable test_yolov3 in musl (#29216)
5 years ago
hong19860320 f23665e5d5
Refine the doc and unit test for Sigmoid and stanh (#29198)
5 years ago
123malin b5c6342336
Update ps gpu (#29209)
5 years ago
liym27 865a45984f
Check whether there is any inplace operation affecting gradient calculation. (#27901)
5 years ago
lilong12 08fb079dbc
Fix the doc for shard_index api (#29183)
5 years ago