Commit Graph

266 Commits (develop)

Author SHA1 Message Date
chajchaj 73a6fa3ed0
add deprecated for softmax_with_cross_entropy (#31722)
5 years ago
wanghuancoder b48841ba2e
modify API nn.Bilinear's doc (#31889)
5 years ago
ronnywang 123949eb48
[ROCM] added a cudnn switch of conv2d for rocm platform (#31836)
5 years ago
winter-wang e7f28d6c0d
fix runtime crash when rnn model inference, test=develop (#31833)
5 years ago
parap1uie-s 5d89ec36dc
Update pooling.py (#31829)
5 years ago
wangguanzhong 43d6abf0a5
update conv2d, test=develop (#31480)
5 years ago
Zhang Ting dcce54ea76
improve performance of depthwise_conv2d (#31099)
5 years ago
littletomatodonkey ad50fa710b
add int pad support for Pad1D/2D/3D (#31209)
5 years ago
xiemoyuan edacb6293c
Optimization of Transformer API (#30957)
5 years ago
Jack Zhou 6df1ca54c8
add detail about states index in rnn result, test=document_fix (#31048)
5 years ago
huangjun12 20e300e2df
fix lrn bug in reshape size, test=develop (#30968)
5 years ago
chajchaj f5ca2db2cc
support label with float input of cross_entropy, test=develop (#30929)
5 years ago
AshburnLee 666efc2336
Call new cudnn batch norm API regardless of data type and data layout (#30157)
5 years ago
xiemoyuan db87087283
Optimize the encoder of Transformer. (#30439)
5 years ago
pangyoki 13d757362c
Add Inplace strategy (Output reuse Input Varbase) in dygraph (#30103)
5 years ago
chajchaj 113810c557
fix bug of celoss when using ignore_index and reduction (#30180)
5 years ago
XiaoguangHu 6bfdef727e
clean redundant API alias in 2.0 - part 2 (#30013)
5 years ago
Leo Chen 8696335f86
Fix dtype of ungenerated grad var (#28511)
5 years ago
littletomatodonkey e03171b7c7
fix pad (#30222)
5 years ago
tangwei12 4763e6bc4e
pre padding in dygraph (#30163)
5 years ago
ceci3 6a19e41f1f
fix syncbn convert (#30158)
5 years ago
Leo Chen adac38c506
add dispenable input for core.ops.reshape2/expand/slice (#30072)
5 years ago
Zhou Wei 30888ca343
Polish and Optimize the print/repr information of Layer (#29998)
5 years ago
ceci3 a125d6331f
fix bn docs (#30096)
5 years ago
ceci3 334247791a
add attribute for batch_norm (#29950)
5 years ago
xiaoting 4d395203a2
Add alias for upsample (#29983)
5 years ago
zhupengyang 65d4ff753b
hardsigmoid add attr slope and offset (#29999)
5 years ago
Chen Long af37285870
fix code bugs (#29932)
5 years ago
XiaoguangHu 726c78f293
clean redundant API alias in 2.0 - part 1 (#29928)
5 years ago
LielinJiang 0b74428db8
Fix Conv2DTanspose bug when padding='same' (#29915)
5 years ago
Jack Zhou 84bae27779
fix wmt14 doc, remove backward, add bidirect direction in rnn api (#29633)
5 years ago
huangxu96 2cb6f94888
add float16 into adaptive_avg_pool2d check list. (#29547)
5 years ago
Leo Chen 0fdd365665
Add fast path for dropout when p == 0 (#29553)
5 years ago
huangxu96 576d0d938b
add fp16 check into max and avg pool (#29479)
5 years ago
chajchaj 79e6086743
change shape of output in cross_entropy, test=develop (#29220)
5 years ago
Guo Sheng 8fc7f1b66a
Fix api docs in RNN, Transformer, layer_norm, WeightNormParamAttr (#29235)
5 years ago
Chen Long 66fd1c00a0
fix some docs test=develop;test=document_fix (#29374)
5 years ago
Feiyu Chan f7cdcefa65
fix multiple documentation errors, test=document_fix (#29210)
5 years ago
tangwei12 8358791607
fix gpu outofrange (#29238)
5 years ago
Jack Zhou cf43322139
fix nll_loss doc;test=document_fix; (#29247)
5 years ago
LielinJiang b9f1f4343b
Move temporal_shift to paddle.nn.functional (#29261)
5 years ago
furnace 7584bb5096
Layer norm fp16 (#29169)
5 years ago
LielinJiang 8a2dd34a1e
fix depthwise conv (#29227)
5 years ago
Leo Chen 4556ad76b4
Upgrade string literals to raw string [part 2](#29217)
5 years ago
huangjun12 b6a26749dc
fix doc of alpha_dropout/dropout/dropout2d/dropout3d/npair_loss (#29136)
5 years ago
hong19860320 f23665e5d5
Refine the doc and unit test for Sigmoid and stanh (#29198)
5 years ago
danleifeng 7e7b4b9e5d
remove sampled_softmax_with_cross_entropy alias;test=develop (#29180)
5 years ago
zhang wenhui 8388abe66b
Fix api 1128 (#29174)
5 years ago
徐铭远 3c2a46bd7b
fix doc of erf,rank,mm,cross_entropy,pixel_shuffle,kron... (#29126)
5 years ago
xiaoting 9cc0e72619
Fix interpolate doc (#29104)
5 years ago