Commit Graph

233 Commits (83a693ee557f796b0801e6e9e59bfca2dca87308)

Author SHA1 Message Date
huangxu96 576d0d938b
add fp16 check into max and avg pool (#29479)
6 years ago
chajchaj 79e6086743
change shape of output in cross_entropy, test=develop (#29220)
6 years ago
Guo Sheng 8fc7f1b66a
Fix api docs in RNN, Transformer, layer_norm, WeightNormParamAttr (#29235)
6 years ago
Chen Long 66fd1c00a0
fix some docs test=develop;test=document_fix (#29374)
6 years ago
Feiyu Chan f7cdcefa65
fix multiple documentation errors, test=document_fix (#29210)
6 years ago
tangwei12 8358791607
fix gpu outofrange (#29238)
6 years ago
Jack Zhou cf43322139
fix nll_loss doc;test=document_fix; (#29247)
6 years ago
LielinJiang b9f1f4343b
Move temporal_shift to paddle.nn.functional (#29261)
6 years ago
furnace 7584bb5096
Layer norm fp16 (#29169)
6 years ago
LielinJiang 8a2dd34a1e
fix depthwise conv (#29227)
6 years ago
Leo Chen 4556ad76b4
Upgrade string literals to raw string [part 2](#29217)
6 years ago
huangjun12 b6a26749dc
fix doc of alpha_dropout/dropout/dropout2d/dropout3d/npair_loss (#29136)
6 years ago
hong19860320 f23665e5d5
Refine the doc and unit test for Sigmoid and stanh (#29198)
6 years ago
danleifeng 7e7b4b9e5d
remove sampled_softmax_with_cross_entropy alias;test=develop (#29180)
6 years ago
zhang wenhui 8388abe66b
Fix api 1128 (#29174)
6 years ago
徐铭远 3c2a46bd7b
fix doc of erf,rank,mm,cross_entropy,pixel_shuffle,kron... (#29126)
6 years ago
xiaoting 9cc0e72619
Fix interpolate doc (#29104)
6 years ago
whs 9b39af3f22
Fix docs in 2.0 API (#29081)
6 years ago
Noel da71173bc9
Fix ops doc for some ops
6 years ago
whs 7de2db4a81
Fix grid_sample in cudnn mode (#29124)
6 years ago
ceci3 e7caf3b8d9
fix examples, test=document_fix (#29019)
6 years ago
Guanghua Yu 47af5c3c9d
fix smooth_l1_loss en docs (#29093)
6 years ago
LielinJiang 6951052431
add default conv init (#29092)
6 years ago
GaoWei8 a049dff78f
Modify the default setting of softmax cudnn (#28672)
6 years ago
ceci3 a3faa520ec
Fix syncbn (#29013)
6 years ago
FlyingQianMM f0e614feae
change print([.*].numpy()) to print([.*]) in example codes of sigmoid_focal_loss (#29094)
6 years ago
chajchaj dfaf6b5eea
save one name in cross_entropy and softmax_cross_entropy, test=develop (#29074)
6 years ago
joejiong 4b05a8be88
delete axis parameter in multiply api (#28647)
6 years ago
chajchaj b52427327d
add soft_label and axis for CrossEntropyLoss and improve performance (#29024)
6 years ago
Leo Chen 3815d7aa40
Upgrade string literals to raw string (#28989)
6 years ago
wanghuancoder 887a35113e
fix eng doc for some api (#28477)
6 years ago
Leo Chen 98adc8f054
Dev/fix doc of some api (#28785)
6 years ago
lijianshe02 9f642ed881
fix English doc for dice_loss, log_loss, unfold and NLLLoss API test=… (#28739)
6 years ago
LielinJiang 8f8a02fda4
Optimize conv performance (#28766)
6 years ago
123malin 9066828b1b
test=develop, bug fix for embeddings padding (#28708)
6 years ago
Bai Yifan 655d5eb1db
fix code example (#28636)
6 years ago
Aurelius84 e1c8d6bce5
Fix wrong out dtype inferred from helper.input_dtype (#28715)
6 years ago
Jack Zhou 9362d85e0e
Add LSTM, Simple RNN and GRU CPU kernel (#28577)
6 years ago
wangguanzhong d12aa4957f
remove alias for iou_similarity and ssd_loss (#28742)
6 years ago
Double_V 960135285b
fix pool APIs en doc, delete disable_static (#28679)
6 years ago
furnace caffa85ffe
add alias for fluid.initializer.set_global_initializer, alias is nn.initializer.set_global_initializer (#28690)
6 years ago
xiaoting 8c75b2554a
Support Tensor for attr_scale and attr_size (#28677)
6 years ago
LielinJiang 532e4bbf2a
fix docs (#28683)
6 years ago
littletomatodonkey 82f0b5ea5c
adapt pad const (#28585)
6 years ago
Double_V d71c3463b0
fix pool exclusive and delete disable_static (#28655)
6 years ago
zhupengyang 2cd10fc465
fix 2.0 api docs (#28445)
6 years ago
Yang Zhang 614f20f6ba
Update `add` `clip` `MSELoss` and `no_grad` (#28530)
6 years ago
yukavio 8f664a5c49
fix one_hot example code (#28432)
6 years ago
smallv0221 4fa1d39205
Fix en doc for rnn.py. test=document_fix (#28470)
6 years ago
WangXi 18525d3635
fix Tanh remainder en doc (#28455)
6 years ago