Commit Graph

188 Commits (develop)

Author SHA1 Message Date
chajchaj 73a6fa3ed0
add deprecated for softmax_with_cross_entropy (#31722)
5 years ago
winter-wang e7f28d6c0d
fix runtime crash when rnn model inference, test=develop (#31833)
5 years ago
Zhang Ting dcce54ea76
improve performance of depthwise_conv2d (#31099)
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
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
littletomatodonkey e03171b7c7
fix pad (#30222)
5 years ago
Leo Chen adac38c506
add dispenable input for core.ops.reshape2/expand/slice (#30072)
5 years ago
ceci3 334247791a
add attribute for batch_norm (#29950)
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
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
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
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
whs 9b39af3f22
Fix docs in 2.0 API (#29081)
5 years ago
Noel da71173bc9
Fix ops doc for some ops
5 years ago
whs 7de2db4a81
Fix grid_sample in cudnn mode (#29124)
5 years ago
Guanghua Yu 47af5c3c9d
fix smooth_l1_loss en docs (#29093)
5 years ago
GaoWei8 a049dff78f
Modify the default setting of softmax cudnn (#28672)
5 years ago
FlyingQianMM f0e614feae
change print([.*].numpy()) to print([.*]) in example codes of sigmoid_focal_loss (#29094)
5 years ago
chajchaj dfaf6b5eea
save one name in cross_entropy and softmax_cross_entropy, test=develop (#29074)
5 years ago
joejiong 4b05a8be88
delete axis parameter in multiply api (#28647)
5 years ago
chajchaj b52427327d
add soft_label and axis for CrossEntropyLoss and improve performance (#29024)
5 years ago
Leo Chen 3815d7aa40
Upgrade string literals to raw string (#28989)
5 years ago
wanghuancoder 887a35113e
fix eng doc for some api (#28477)
5 years ago
lijianshe02 9f642ed881
fix English doc for dice_loss, log_loss, unfold and NLLLoss API test=… (#28739)
5 years ago
LielinJiang 8f8a02fda4
Optimize conv performance (#28766)
5 years ago
123malin 9066828b1b
test=develop, bug fix for embeddings padding (#28708)
5 years ago
Bai Yifan 655d5eb1db
fix code example (#28636)
5 years ago
Aurelius84 e1c8d6bce5
Fix wrong out dtype inferred from helper.input_dtype (#28715)
5 years ago
wangguanzhong d12aa4957f
remove alias for iou_similarity and ssd_loss (#28742)
5 years ago
xiaoting 8c75b2554a
Support Tensor for attr_scale and attr_size (#28677)
5 years ago