Commit Graph

188 Commits (develop)

Author SHA1 Message Date
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
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
LielinJiang 7f9b198d59
Romove grid_sampler and refine example code (#27649)
6 years ago
Bai Yifan b77d9f268e
migrate code example and doc (#27627)
6 years ago
Kaipeng Deng 3ccee08285
numpy -> paddle in conv & conv_transpose (#27669)
6 years ago
whs ca2892019a
Add label smooth to functional package (#27642)
6 years ago
Yang Zhang 0873644cfe
Remove alias for `l2_normalize` (#27616)
6 years ago
littletomatodonkey 68df20d2f2
fix pad2d example code (#27615)
6 years ago
Li Fuchen 1501a80f74
add support to float64 input of warpctc op. (#27399)
6 years ago
Double_V b9d739a7ea
fix pool bug, test=develop (#27537)
6 years ago
Double_V e217e965a9
fix pool bug (#27366)
6 years ago
chajchaj fef94eac4e
fix cross_entropy bug of the axis parameter in log_softmax (#27311)
6 years ago
zhupengyang ac9afa024b
paddle.nn.functional.logsigmoid -> log_sigmoid (#27277)
6 years ago
LielinJiang a685435962
fix conv depthwise bug (#27278)
6 years ago
xiaoting d4f03dfb71
fix for tuple,test=develop (#27190)
6 years ago
ShenLiang 5bd84b22c4
revert divide (#27202)
6 years ago
LielinJiang 4d7d661249
Fix kl and summary bug (#27132)
6 years ago
Double_V c7b9d97fa9
fix avg_pool3d count_include_pad as True,test=develop (#27155)
6 years ago
whs eb01976037
[2.0 API]Add checker in grid_sample_grad op (#27126)
6 years ago
tangwei12 5dec254be5
fix weight (#26986)
6 years ago
xiaoting 58f3ef982a
fix typo for interp_v2,test=develop (#26843)
6 years ago
Double_V 0dfe26d069
add pool unittest (#26949)
6 years ago
zhang wenhui 21565e8d85
fix batchnorm ,test=develop (#26972)
6 years ago
Zhou Wei 352ac149ee
update doc of paddle.to_tensor (#26820)
6 years ago
huangjun12 fcb2ac6001
fix alpha dropout bug when p=1, test=develop (#26977)
6 years ago
ruri 3900f66c19
[API 2.0]Fix adaptive pooling bug (#26922)
6 years ago
LielinJiang 96331f74d7
fix conv1d padding (#26921)
6 years ago
huangjun12 e480168fae
fix dropout bug in backward when input is 1d tensor (#26837)
6 years ago
zhang wenhui c7b5ac4bb6
fix norm bug, test=develop (#26827)
6 years ago
Bai Yifan 1127d0d33f
fix adaptive_avg_1d outputsize type issue, test=document_fix (#26869)
6 years ago
tangwei12 ebc5f99789
add embedding 2.0 (#26649)
6 years ago
Zhong Hui 1f6df8787f
fix doc, use to_tensor
6 years ago
ruri db68e08589
[API2.0]Unify pooling function and add adaptive max pooling function (#26483)
6 years ago
LielinJiang 346689c6f1
Register conv_transpose Op version for compatible Op upgrades (#26745)
6 years ago
LutaoChu d39e789882
For normalize op, remove special treatment of one-dimensional input, add check for one-dimensional input (#26747)
6 years ago
hong19860320 a7db9acc2f
Add the constraint for the scale of SELU/selu (#26686)
6 years ago
littletomatodonkey 52a6ca0cf5
test=develop, improve pad assertion error (#26748)
6 years ago
donproc edf5f3173a
[2.0 API] add paddle.nn.functional.linear and fix paddle.nn.Linear (#26480)
6 years ago
Feiyu Chan f4083010a7
Add unified RNN APIs (#26588)
6 years ago
xiaoting 89d7d86684
add intepolte_v2 (#26520)
6 years ago
zhupengyang 32ae8e8132
leaky_relu, log_softmax, hardshrink formula format (#26720)
6 years ago
wanghuancoder 07e3b9a33b
api20, Bilinear add deprecated, and fix english doc (#26610)
6 years ago
Bai Yifan 8986a82131
fix adaptive gpu grad bug, add doc refine (#26660)
6 years ago
hong19860320 dbcef732d8
Fix the formula of SELU/selu (#26675)
6 years ago
zhang wenhui 0679678212
add norm 2.0 api, test=develop (#26465)
6 years ago
whs a065a24232
【2.0 API】Enhance affine grid operator (#26385)
6 years ago
ruri 1f82c0cd62
[Api2.0] add pixel shuffle (#26071)
6 years ago
yukavio 36868e840c
fix one_hot example doc test=document_fix (#26585)
6 years ago
wanghuancoder 422a162019
api2.0 paddle.nn.Bilinear and paddle.nn.functional.bilinear (#26399)
6 years ago
Double_V c8e18360f1
[API 2.0] add pool2d3d API,test=develop (#26331)
6 years ago
whs 79539cf198
【2.0 API】Add CUDA kernel and enhance options for grid_sample (#26576)
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
hong19860320 87843bebde
Fix the sample code of SELU/selu (#26565)
6 years ago
whs dea7d7d173
【2.0 API】Add conv1d_transpose API (#26356)
6 years ago
huangjun12 7bd7b1884b
add alpha_dropout in nn.functional and nn.layer, test=develop (#26365)
6 years ago
whs e2b82e0439
【API 2.0】Add conv1d API (#26350)
6 years ago
LielinJiang 3a9417f4f7
Update 2.0 convolution api (#26491)
6 years ago
LielinJiang d26ae9ad87
Update conv_transpose api (#26427)
6 years ago
hong19860320 c11c83fb3a
Add the parameter checking for softplus and fix the doc string (#26530)
6 years ago
zhupengyang 81c127d4ec
refine leaky_relu docs (#26558)
6 years ago
WangXi ed102ea1b5
【API】Add sign and tanh api (#26357)
6 years ago
Zhong Hui f5d1349826
add binary cross entropy with logit loss (#26468)
6 years ago
zhupengyang f8863e0603
leaky_relu and LeakyReLU: alpha->negative_slope (#26216)
6 years ago
huangjun12 412eca679f
[API2.0] add dropout, dropout2d and dropout3d in nn.functional and nn.layer (#26111)
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
Yang Zhang e662d1e0b7
Update `paddle.clamp` (#25906)
6 years ago
Bai Yifan 74836ec7b7
[2.0API]Add adaptive_avg_pool_2/3d (#26369)
6 years ago
Qi Li 8d194524ba
hardtanh prelu softmax, test=develop (#26431)
6 years ago