Commit Graph

29272 Commits (73e51a17e744bd2a04bfc1fe948e928870454e20)
 

Author SHA1 Message Date
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
LielinJiang 8a2dd34a1e
fix depthwise conv (#29227)
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
123malin cc9c619679
test=develop, fix doc (#29200)
5 years ago
Zhou Wei c0a991c874
accumulate gradient for leaf tensor with previous graph and expose leaf tensor concept (#28429)
5 years ago
Wilber 74c43ac638
fix lite unit test. (#29233)
5 years ago
huangjun12 b6a26749dc
fix doc of alpha_dropout/dropout/dropout2d/dropout3d/npair_loss (#29136)
5 years ago
Adam Osewski 4096ff94dc
Small optimizations for conv2d kernel subroutines. (#29188)
5 years ago
joanna.wozna.intel 5c61eeef61
Enable all image classification models (#29155)
5 years ago
LielinJiang d8eef4e4a4
Remove dependence of scipy (#29121)
5 years ago
yaoxuefeng a069e1ca91
fix docs (#29097)
5 years ago
Chen Weihang 786e69e9c7
diable test_yolov3 in musl (#29216)
5 years ago
Wilber 4fec182d24
[Lite-Subgraph] Fix compile error for lite subgraph. (#29146)
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
Chen Long c21a979790
fix some docs test=develop;test=document_fix (#29213)
5 years ago
lilong12 08fb079dbc
Fix the doc for shard_index api (#29183)
5 years ago
qingqing01 058f1b2284
Enhance paddle.metric.Accuracy (#29125)
5 years ago
joejiong dc070ecfb0
Remove cast from paddle.pow api (#29134)
5 years ago
chen zhiyu 4056c4f11c
Add unittest in musl build (#29099)
5 years ago
123malin 03d4665f44
prefetch optimize (#29095)
5 years ago
lilong12 7c61ba3afb
update, test=develop (#28095)
5 years ago
WangXi 0c2a51d240
optimizer amp, all use fp16 communication, overlap last comm and compute (#28957)
5 years ago
Chen Weihang 0b032faeee
Polish unittests details and execution conditions to adapt to MUSL (#29044)
5 years ago
123malin 92817f8005
test=develop, rm pathlib (#28658)
5 years ago
Wojciech Uss 4fd4095d1b
Add quantization of multi_gru op and tests (#28615)
5 years ago
Thunderbrook 4adddcc89a
add set_trainer_num api in dataset (#29133)
5 years ago
liym27 e03440812a
fix code: if y is True -> if y (#29184)
5 years ago
danleifeng 7e7b4b9e5d
remove sampled_softmax_with_cross_entropy alias;test=develop (#29180)
5 years ago
Jack Zhou bc6033f86b
fix gru gcc7.4 bug for the gru compile
5 years ago
WeiXin 1476e1f998
save model after jit.load (#28748)
5 years ago
wanghuancoder 0239f79695
Generate code coverage reports only for incremental files (#28508)
5 years ago
zhang wenhui 8388abe66b
Fix api 1128 (#29174)
5 years ago
LielinJiang f92fdfb8ef
Add ReduceLROnPlateau (#29113)
5 years ago
wangchaochaohu b818429ae7
optimize cumsum OP (#29193)
5 years ago
Huihuang Zheng 27b4218333
[Dy2stat] Disable PaddleInference IR Optimization in test_mnist for CUDA11 (#29105)
5 years ago
liym27 01bdea7c31
[Dy2Stat] Don't conver the function from third library logging (#29161)
5 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)
5 years ago
Huihuang Zheng 4a0a870177
[dy2stat] Set shape for linspace to Fix dy2stat for GridGenerator Model (#29173)
5 years ago
Aurelius84 cb680c8013
[Dy2Stat]Refine code of test_lac unittest (#29087)
5 years ago
ShenLiang e2d01eb650
Support dynamic graph distributed (#28997)
5 years ago
lilong12 7e5e9934fe
update expand as op to use the shape of the target tensor instead of the target tensor itself. (#29020)
5 years ago