Commit Graph

4070 Commits (412eca679fc213d64ef3772f20a54f03809abb87)

Author SHA1 Message Date
huangjun12 412eca679f
[API2.0] add dropout, dropout2d and dropout3d in nn.functional and nn.layer (#26111)
6 years ago
zhupengyang 57e124298d
var, std: input->x, adjust attr order, remove out, add docs (#26446)
6 years ago
ShenLiang 190c695733
fix scatter doc (#26248)
6 years ago
Leo Chen aa2a9b5d89
add bernoulli op (#26511)
6 years ago
littletomatodonkey 0d1a62e908
test=develop rename CosSim interface (#26522)
6 years ago
Li Fuchen dbf232a95b
add functional ctc_loss and CTCLoss class. (#26384)
6 years ago
ShenLiang b6eb37f5b3
add error message for cholesky (#26444)
6 years ago
QingshuChen 138ecf24aa
support Baidu Kunlun AI Accelerator (#25959)
6 years ago
lilong12 5f2c0e7e95
[2.0 api] fix the example codes in doc strings (#26428)
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
wangchaochaohu e167e87974
【API2.0】add masked_select Op for API2.0 (#26374)
6 years ago
Chen Weihang c09de13ec4
Refine jit load model by extra_var_info (#26461)
6 years ago
Dong Daxiang 83cd185947
【paddle.fleet】Meta from optimizer (#26392)
6 years ago
pangyoki bdac6bc880
Rename uniform_random API (#26347)
6 years ago
Zhou Wei ce7d5263e6
[2.0API]Bind method for tensor and Variable (#26416)
6 years ago
Yang Zhang e662d1e0b7
Update `paddle.clamp` (#25906)
6 years ago
pangyoki 644dfd7dd5
Release Distribution base class and Normal, Uniform class (#26355)
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
zhupengyang 6e5670b8bd
mean: not support int32, int64; add check for axis (#26401)
6 years ago
wawltor 6e6567f3a1
reduce the time cost for the testcase of test_nn_elementwise_grad (#26451)
6 years ago
Huihuang Zheng ab34c83d98
Remove cudnn conv in unittest, test=develop (#26489)
6 years ago
wawltor 1080be3353
update the test_mean test case for bug fix
6 years ago
Zhong Hui c10cf6d240
Fix the API of bce loss and add functional API binary_cross_entropy (#26012)
6 years ago
Chen Weihang 21ea2976dd
fix static dataloader default pin memory set (#26390)
6 years ago
Chen Weihang 8c9229310c
reduce iter time to reduce exec time (#26388)
6 years ago
zhupengyang 4ad504e7c7
hardshrink: support threshold < 0 (#26403)
6 years ago
lilong12 e92f770c42
Add collective ops (reduce) (#26340)
6 years ago
wangchaochaohu bdb805505e
【API2.0】add numel API for paddle test=develop (#26311)
6 years ago
Chengmo 623e14fbc5
disable test_dist_fleet_ctr (#26507)
6 years ago
wangchaochaohu 2073ffc04d
Enhance the data type of linspace API (#26247)
6 years ago
guofei bb7fd0974f
Add paddle.tensor.math.prod (#26351)
6 years ago
hong19860320 40d193ed17
Add the ReLU6, Tanhshrink, SELU, Softplus, Softshrink and Softsign for the api 2.0 (#26376)
6 years ago
Peihan 6e13e86ab3
verify correctness of dy2static model by using paddle-inference api (#26372)
6 years ago
tangwei12 d12ac984bf
disable UT temp (#26404)
6 years ago
tangwei12 39bd2fb5e4
add print test_dist UT elapsed time (#26397)
6 years ago
Aurelius84 9bcfc1a804
Fix paddle.nn.data in new unittest (#26484)
6 years ago
liym27 ac2010f4b6
[Fix test_resnet timeout] Reduce batch_size to 2 to avoid unittest timeout.(#26449)
6 years ago
ceci3 fd66d76231
add weight_norm & remove_weight_norm (#26131)
6 years ago
liym27 adba432f27
[API 2.0] Add api paddle.reshape(x, shape, name) (#26338)
6 years ago
ShenLiang 256dc6ee48
set_default_dtype only support float (#26435)
6 years ago
123malin 57d434df5d
add save/load for parameter server (#26235)
6 years ago
Aurelius84 0cc63cc343
[Paddle2.0] Rename hapi.Input and move `data` api (#26396)
6 years ago
WuHaobo a57d63a0f2
Fix erf (#26426)
6 years ago
Chen Weihang 7c1ff38e01
Enhance add_parameter check for dygraph layer (#26188)
6 years ago
yukavio 8c48c7daec
Add new one hot function in nn.functional (#26183)
6 years ago
Zhang Ting 6914a12f82
rename the inputs of allclose (#26360)
6 years ago
Guanghua Yu e52e7944cf
add paddle.nn.SmoothL1Loss,test=develop (#26398)
6 years ago
littletomatodonkey bcf03273f6
add pad func (#26106)
6 years ago