Commit Graph

11106 Commits (644dfd7dd5d4d46165f7f4133b78f569bce4e7a8)

Author SHA1 Message Date
pangyoki 644dfd7dd5
Release Distribution base class and Normal, Uniform class (#26355)
6 years ago
Huihuang Zheng e1245f5c84
[Dy2stat] change deprecated imp dependency to importlib, test=develop (#26453)
6 years ago
Pei Yang 379222c3f1
add output scale and trt op teller support for hard_swish and hard_sigmoid (#26499)
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
ShenLiang facc0a10c9
fix the doc of dot (#26257)
6 years ago
liym27 adba432f27
[API 2.0] Add api paddle.reshape(x, shape, name) (#26338)
6 years ago
Zhang Ting cefbb3500e
remove alias from doc, test=document_fix (#26487)
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
Chen Weihang 7e71ae92bd
fix test_cosine_similarity_api failed (#26467)
6 years ago
Chen Weihang a7cd61fdd1
fix DataParallel code samples, test=document_fix (#26423)
6 years ago
littletomatodonkey bcf03273f6
add pad func (#26106)
6 years ago
lijianshe02 a39bd3acc9
reduce the execution time of affine_channel op unittests (#26393)
6 years ago
Chengmo eeeef957c7
Fix ps gpu (#26218)
6 years ago
Zhong Hui 6cbeafb6c0
add zero norm, inf norm support for p_norm op (#26364)
6 years ago
liym27 6cd67a8160
[API 2.0] Fix api sum:(1)input->x;(2)dim->axis;(3)keep_dim->keepdim (#26337)
6 years ago
Tao Luo 1b03ab3899
set opencv-python <=4.2.0.32 (#26415)
6 years ago
liym27 db272ca5ef
rename file to according to reviews. (#26236)
6 years ago
Kaipeng Deng c45481d7be
add Sampler/SequenceSampler/RandomSampler (#26375)
6 years ago
ceci3 56890dc729
Add SyncBatchNorm (#26032)
6 years ago
liym27 f3ea615673
[Dy2Stat] Fix bug: unwrap func in dy2Stat. (#26279)
6 years ago
GaoWei8 1fbee267d4
remove scope in cudnn lstm (#25188)
6 years ago
Qi Li 61800f4a1e
elu gelu relu logsigmoid, test=develop (#26304)
6 years ago