Commit Graph

10867 Commits (6e5670b8bdb9a4c62a98b69ea6fe33b6ed38065b)

Author SHA1 Message Date
zhupengyang 6e5670b8bd
mean: not support int32, int64; add check for axis (#26401)
5 years ago
wawltor 6e6567f3a1
reduce the time cost for the testcase of test_nn_elementwise_grad (#26451)
5 years ago
Huihuang Zheng ab34c83d98
Remove cudnn conv in unittest, test=develop (#26489)
5 years ago
wawltor 1080be3353
update the test_mean test case for bug fix
5 years ago
Zhong Hui c10cf6d240
Fix the API of bce loss and add functional API binary_cross_entropy (#26012)
5 years ago
Chen Weihang 21ea2976dd
fix static dataloader default pin memory set (#26390)
5 years ago
Chen Weihang 8c9229310c
reduce iter time to reduce exec time (#26388)
5 years ago
zhupengyang 4ad504e7c7
hardshrink: support threshold < 0 (#26403)
5 years ago
lilong12 e92f770c42
Add collective ops (reduce) (#26340)
5 years ago
wangchaochaohu bdb805505e
【API2.0】add numel API for paddle test=develop (#26311)
5 years ago
Chengmo 623e14fbc5
disable test_dist_fleet_ctr (#26507)
5 years ago
wangchaochaohu 2073ffc04d
Enhance the data type of linspace API (#26247)
5 years ago
guofei bb7fd0974f
Add paddle.tensor.math.prod (#26351)
5 years ago
hong19860320 40d193ed17
Add the ReLU6, Tanhshrink, SELU, Softplus, Softshrink and Softsign for the api 2.0 (#26376)
5 years ago
Peihan 6e13e86ab3
verify correctness of dy2static model by using paddle-inference api (#26372)
5 years ago
tangwei12 d12ac984bf
disable UT temp (#26404)
5 years ago
tangwei12 39bd2fb5e4
add print test_dist UT elapsed time (#26397)
5 years ago
Aurelius84 9bcfc1a804
Fix paddle.nn.data in new unittest (#26484)
5 years ago
liym27 ac2010f4b6
[Fix test_resnet timeout] Reduce batch_size to 2 to avoid unittest timeout.(#26449)
5 years ago
ceci3 fd66d76231
add weight_norm & remove_weight_norm (#26131)
5 years ago
ShenLiang facc0a10c9
fix the doc of dot (#26257)
5 years ago
liym27 adba432f27
[API 2.0] Add api paddle.reshape(x, shape, name) (#26338)
5 years ago
Zhang Ting cefbb3500e
remove alias from doc, test=document_fix (#26487)
5 years ago
ShenLiang 256dc6ee48
set_default_dtype only support float (#26435)
5 years ago
123malin 57d434df5d
add save/load for parameter server (#26235)
5 years ago
Aurelius84 0cc63cc343
[Paddle2.0] Rename hapi.Input and move `data` api (#26396)
5 years ago
WuHaobo a57d63a0f2
Fix erf (#26426)
5 years ago
Chen Weihang 7c1ff38e01
Enhance add_parameter check for dygraph layer (#26188)
5 years ago
yukavio 8c48c7daec
Add new one hot function in nn.functional (#26183)
5 years ago
Zhang Ting 6914a12f82
rename the inputs of allclose (#26360)
5 years ago
Guanghua Yu e52e7944cf
add paddle.nn.SmoothL1Loss,test=develop (#26398)
5 years ago
Chen Weihang 7e71ae92bd
fix test_cosine_similarity_api failed (#26467)
5 years ago
Chen Weihang a7cd61fdd1
fix DataParallel code samples, test=document_fix (#26423)
5 years ago
littletomatodonkey bcf03273f6
add pad func (#26106)
5 years ago
lijianshe02 a39bd3acc9
reduce the execution time of affine_channel op unittests (#26393)
5 years ago
Chengmo eeeef957c7
Fix ps gpu (#26218)
5 years ago
Zhong Hui 6cbeafb6c0
add zero norm, inf norm support for p_norm op (#26364)
5 years ago
liym27 6cd67a8160
[API 2.0] Fix api sum:(1)input->x;(2)dim->axis;(3)keep_dim->keepdim (#26337)
5 years ago
liym27 db272ca5ef
rename file to according to reviews. (#26236)
5 years ago
Kaipeng Deng c45481d7be
add Sampler/SequenceSampler/RandomSampler (#26375)
5 years ago
ceci3 56890dc729
Add SyncBatchNorm (#26032)
5 years ago
liym27 f3ea615673
[Dy2Stat] Fix bug: unwrap func in dy2Stat. (#26279)
5 years ago
GaoWei8 1fbee267d4
remove scope in cudnn lstm (#25188)
5 years ago
Qi Li 61800f4a1e
elu gelu relu logsigmoid, test=develop (#26304)
5 years ago
wanghuancoder ea6716a55b
Add check if fluid.data() variable no feed data (#25858)
5 years ago
Wilber 3ec0bcbbb8
[Bug] Fix prune for save_inference_model about transformer (#25347)
5 years ago
cc 3f816bc8b4
[Quantization] Conv2d_transpose and mul support channnelwise quantization (#25639)
5 years ago
wangchaochaohu 2101dfd2b3
【API2.0】add Chunk API (#26314)
5 years ago
Sylwester Fraczek abfdffa039
add use_mkldnn attribute to ops in dygraph (#25773)
5 years ago
lilong12 638bbb6153
Improve expand as (#26290)
5 years ago