Commit Graph

57 Commits (develop)

Author SHA1 Message Date
chajchaj 73a6fa3ed0
add deprecated for softmax_with_cross_entropy (#31722)
5 years ago
chajchaj f5ca2db2cc
support label with float input of cross_entropy, test=develop (#30929)
5 years ago
chajchaj 113810c557
fix bug of celoss when using ignore_index and reduction (#30180)
5 years ago
Leo Chen adac38c506
add dispenable input for core.ops.reshape2/expand/slice (#30072)
5 years ago
Chen Long af37285870
fix code bugs (#29932)
5 years ago
chajchaj 79e6086743
change shape of output in cross_entropy, test=develop (#29220)
5 years ago
Jack Zhou cf43322139
fix nll_loss doc;test=document_fix; (#29247)
5 years ago
Leo Chen 4556ad76b4
Upgrade string literals to raw string [part 2](#29217)
5 years ago
danleifeng 7e7b4b9e5d
remove sampled_softmax_with_cross_entropy alias;test=develop (#29180)
5 years ago
徐铭远 3c2a46bd7b
fix doc of erf,rank,mm,cross_entropy,pixel_shuffle,kron... (#29126)
5 years ago
Noel da71173bc9
Fix ops doc for some ops
5 years ago
Guanghua Yu 47af5c3c9d
fix smooth_l1_loss en docs (#29093)
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
lijianshe02 9f642ed881
fix English doc for dice_loss, log_loss, unfold and NLLLoss API test=… (#28739)
5 years ago
Bai Yifan 655d5eb1db
fix code example (#28636)
5 years ago
wangguanzhong d12aa4957f
remove alias for iou_similarity and ssd_loss (#28742)
5 years ago
LielinJiang 532e4bbf2a
fix docs (#28683)
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
chentianyu03 05fd49e974
change paddle.fluid.layers.reduce_sum to paddle.sum in sample codes (#27998)
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
zhupengyang 659d04df2c
hsigmoid -> hsigmoid_loss/HSigmoidLoss; refine docs (#27745)
6 years ago
FlyingQianMM 7ecbc465c1
reimplement paddle.nn.functional.sigmoid_focal_loss (#27748)
6 years ago
LielinJiang b9c7c66ea5
add type promotion (#27756)
6 years ago
huangjun12 7793fd2877
add huber_loss to fix ci, test=develop (#27766)
6 years ago
huangjun12 de60c54938
fix doc and example code of huber_loss and npair_loss (#27678)
6 years ago
Li Fuchen 1501a80f74
add support to float64 input of warpctc op. (#27399)
6 years ago
chajchaj fef94eac4e
fix cross_entropy bug of the axis parameter in log_softmax (#27311)
6 years ago
ShenLiang 5bd84b22c4
revert divide (#27202)
6 years ago
LielinJiang 4d7d661249
Fix kl and summary bug (#27132)
6 years ago
Zhou Wei 352ac149ee
update doc of paddle.to_tensor (#26820)
6 years ago
Zhong Hui 1f6df8787f
fix doc, use to_tensor
6 years ago
LielinJiang 346689c6f1
Register conv_transpose Op version for compatible Op upgrades (#26745)
6 years ago
Zhong Hui bf4a4636f1
change to use bce_loss op, add shape check for bce_loss
6 years ago
ShenLiang 0e81626081
add div, floor_div, remainder (#26562)
6 years ago
Li Fuchen c2cb8f0033
fix docstr of ctc_loss and CTCLoss, test=document_fix (#26584)
6 years ago
Zhong Hui f5d1349826
add binary cross entropy with logit loss (#26468)
6 years ago
Li Fuchen dbf232a95b
add functional ctc_loss and CTCLoss class. (#26384)
6 years ago
wawltor ecfb89e133
Update the error message for the margin_ranking_loss
6 years ago
chajchaj 5407e327a4
add cross_entropy to nn/layer and nn/functional, test=develop (#26478)
6 years ago
Zhong Hui c10cf6d240
Fix the API of bce loss and add functional API binary_cross_entropy (#26012)
6 years ago
Guanghua Yu e52e7944cf
add paddle.nn.SmoothL1Loss,test=develop (#26398)
6 years ago
LutaoChu 71b19c7f4e
add nn.functional.normalize API for API2.0, fix L1Loss API typo
6 years ago
Jack Zhou 6d22f5c73e
Add PADDLE_ENFORCE in nll loss cuda kernel (#26294)
6 years ago
wawltor d03dd9d5f1
fix the margin ranking loss doc and api, test=develop (#26266)
6 years ago
LielinJiang e4033a06d5
add Class KLDivLoss and function kl_div (#25977)
6 years ago