Commit Graph

162 Commits (1de32f823d634154daa818697f945b294c052d3d)

Author SHA1 Message Date
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
LielinJiang 532e4bbf2a
fix docs (#28683)
5 years ago
littletomatodonkey 82f0b5ea5c
adapt pad const (#28585)
5 years ago
Double_V d71c3463b0
fix pool exclusive and delete disable_static (#28655)
5 years ago
zhupengyang 2cd10fc465
fix 2.0 api docs (#28445)
5 years ago
yukavio 8f664a5c49
fix one_hot example code (#28432)
5 years ago
littletomatodonkey f6834034cc
fix sample code (#28446)
5 years ago
Qi Li a4303496b2
[DOC] activation api doc, test=document_fix (#28405)
5 years ago
Li Fuchen f401907775
modified sample code of CTCLoss & ctc_loss by remove disable_static() & print([.*].numpy()) & alias, test=document_fix (#28403)
5 years ago
Double_V 17db031a05
fix pool bug, test=develop (#28359)
5 years ago
cnn 9940871888
[cherry pick ] cherry pick 28108 28198 28199 from release2.0rc (#28215)
6 years ago
cnn 7c1aa0d69d
2.0rc api rename (#28088)
6 years ago
chentianyu03 05fd49e974
change paddle.fluid.layers.reduce_sum to paddle.sum in sample codes (#27998)
6 years ago
chentianyu03 57a9c27248
change paddle.fluid.data to paddle.static.data in sample code (#27992)
6 years ago
Guo Sheng 0133581531
Clean text.py and decode.py for API 2.0 (#26853)
6 years ago
Feiyu Chan 2e845182d9
support channel last in BatchNorm*d
6 years ago
tianshuo78520a 7750844f33
fix norm code format error (#27955)
6 years ago
chentianyu03 d05058d268
Remove and reorganize the alias of APIs (#27717)
6 years ago
chajchaj 357341381c
del the DEFINE_ALIAS of sigmoid_cross_entropy_with_logits (#27883)
6 years ago
ruri 8b307042ba
[API2.0]remove image_resize series api in Paddle2.0 (#27886)
6 years ago
huangjun12 74092635f8
Add local_response_norm in nn.functional and nn.layer (#27725)
6 years ago
Zhou Wei e122e16456
fix english doc, unittest, and remove useless alias of 2.0 lr_scheduler (#27686)
6 years ago
zhupengyang 659d04df2c
hsigmoid -> hsigmoid_loss/HSigmoidLoss; refine docs (#27745)
6 years ago
hong19860320 f3e2580cf0
Fix the param of swish (#27824)
6 years ago
hong19860320 74d3a55072
Add Swish and ThresholdedReLU for API 2.0 (#27758)
6 years ago
zhupengyang 0025e0d87b
refine APIs: brelu, hardsigmoid, hardswish, maxout (#27658)
6 years ago
Yiqun Liu 836ee3b0c8
Polish the english documentation and example of paddle.nn.Linear and paddle.nn.functional.linear (#27759)
6 years ago