Commit Graph

118 Commits (ed2f57cc423489482a08c94cc801823f786586ce)

Author SHA1 Message Date
ceci3 54d8424e93
[2.0API] fix weight_norm support negative dim and unittest in convert_syncbn (#27108)
5 years ago
LielinJiang f95e8ffc90
Fix conv and summary api bug (#27023)
5 years ago
Double_V 0dfe26d069
add pool unittest (#26949)
5 years ago
zhang wenhui 21565e8d85
fix batchnorm ,test=develop (#26972)
5 years ago
Zhou Wei 352ac149ee
update doc of paddle.to_tensor (#26820)
5 years ago
huangjun12 fcb2ac6001
fix alpha dropout bug when p=1, test=develop (#26977)
5 years ago
ruri 3900f66c19
[API 2.0]Fix adaptive pooling bug (#26922)
5 years ago
LielinJiang 96331f74d7
fix conv1d padding (#26921)
5 years ago
huangjun12 e480168fae
fix dropout bug in backward when input is 1d tensor (#26837)
5 years ago
zhang wenhui c7b5ac4bb6
fix norm bug, test=develop (#26827)
5 years ago
Guo Sheng e6af53b10a
Update some used apis in Transformer apis to 2.0 apis. (#26831)
5 years ago
Bai Yifan 1127d0d33f
fix adaptive_avg_1d outputsize type issue, test=document_fix (#26869)
5 years ago
tangwei12 ebc5f99789
add embedding 2.0 (#26649)
5 years ago
huangjun12 3ce727a81c
rename Dropout2D/3D to Dropout2d/3d, test=develop (#26796)
5 years ago
Zhong Hui 1f6df8787f
fix doc, use to_tensor
5 years ago
ruri db68e08589
[API2.0]Unify pooling function and add adaptive max pooling function (#26483)
5 years ago
LielinJiang 346689c6f1
Register conv_transpose Op version for compatible Op upgrades (#26745)
5 years ago
ceci3 42d2915ad4
[2.0 API] add SyncBatchNorm.convert_sync_batch_norm (#26688)
5 years ago
LutaoChu d39e789882
For normalize op, remove special treatment of one-dimensional input, add check for one-dimensional input (#26747)
5 years ago
hong19860320 a7db9acc2f
Add the constraint for the scale of SELU/selu (#26686)
5 years ago
littletomatodonkey 52a6ca0cf5
test=develop, improve pad assertion error (#26748)
5 years ago
donproc edf5f3173a
[2.0 API] add paddle.nn.functional.linear and fix paddle.nn.Linear (#26480)
5 years ago
Feiyu Chan f4083010a7
Add unified RNN APIs (#26588)
5 years ago
xiaoting 89d7d86684
add intepolte_v2 (#26520)
5 years ago
zhupengyang 32ae8e8132
leaky_relu, log_softmax, hardshrink formula format (#26720)
5 years ago
wanghuancoder 07e3b9a33b
api20, Bilinear add deprecated, and fix english doc (#26610)
5 years ago
Bai Yifan 8986a82131
fix adaptive gpu grad bug, add doc refine (#26660)
5 years ago
hong19860320 dbcef732d8
Fix the formula of SELU/selu (#26675)
5 years ago
Qi Li 2de034e146
fix prelu, test=develop (#26613)
5 years ago
zhang wenhui 0679678212
add norm 2.0 api, test=develop (#26465)
5 years ago
whs a065a24232
【2.0 API】Enhance affine grid operator (#26385)
5 years ago
ruri 1f82c0cd62
[Api2.0] add pixel shuffle (#26071)
5 years ago
yukavio 36868e840c
fix one_hot example doc test=document_fix (#26585)
5 years ago
wanghuancoder 422a162019
api2.0 paddle.nn.Bilinear and paddle.nn.functional.bilinear (#26399)
5 years ago
Double_V c8e18360f1
[API 2.0] add pool2d3d API,test=develop (#26331)
5 years ago
ceci3 f8dbd7a273
fix syncbn, test=develop (#26523)
5 years ago
whs 79539cf198
【2.0 API】Add CUDA kernel and enhance options for grid_sample (#26576)
5 years ago
Guo Sheng 317f7ce2ef
[API 2.0] Add transformer apis (#26418)
5 years ago
Bai Yifan ae4724cfd1
fix type issue (#26500)
5 years ago
Zhong Hui bf4a4636f1
change to use bce_loss op, add shape check for bce_loss
5 years ago
ShenLiang 0e81626081
add div, floor_div, remainder (#26562)
5 years ago
Li Fuchen c2cb8f0033
fix docstr of ctc_loss and CTCLoss, test=document_fix (#26584)
5 years ago
hong19860320 87843bebde
Fix the sample code of SELU/selu (#26565)
5 years ago
whs dea7d7d173
【2.0 API】Add conv1d_transpose API (#26356)
5 years ago
huangjun12 7bd7b1884b
add alpha_dropout in nn.functional and nn.layer, test=develop (#26365)
5 years ago
whs e2b82e0439
【API 2.0】Add conv1d API (#26350)
5 years ago
LielinJiang 3a9417f4f7
Update 2.0 convolution api (#26491)
5 years ago
LielinJiang d26ae9ad87
Update conv_transpose api (#26427)
5 years ago
hong19860320 c11c83fb3a
Add the parameter checking for softplus and fix the doc string (#26530)
5 years ago
zhupengyang 81c127d4ec
refine leaky_relu docs (#26558)
5 years ago