Commit Graph

6247 Commits (96ffebef55f3af6831e840d625f9fc491bb0965c)

Author SHA1 Message Date
xiaoting 96ffebef55
fix bicubic, change int to floor (#24063)
5 years ago
Wojciech Uss 3d744162dd
QAT: support for new models (#23928)
5 years ago
Xing Wu f6e8bf0d24
update cudnn rnn weights, test=develop (#23929)
5 years ago
Yibing Liu 720d18990c
Init complex number neural network (#24018)
5 years ago
guofei 96491e43b7
Repair unittest: test_dyn_rnn (#24031)
5 years ago
Qinghe JING 13b03e7ad6
add gather split squeeze stack unsqueeze api (#24035)
5 years ago
0YuanZhang0 a164b10d05
API/OP error message enhancement (#23717)
5 years ago
Zeng Jinle acef55df04
fix isolated var fetch bug, test=develop (#24070)
5 years ago
Guo Sheng 54a47cd271
Add tracks_own_finished to Decoder to avoid mismanagement of the finished state in dynamic_decode. (#23664)
5 years ago
Xing Wu 614eb942fc
upload code for tensor.rand (#23507)
5 years ago
Leo Chen 5cccc69f1a
update name generator, test=develop (#24048)
5 years ago
Guo Sheng da803415cf
Make layers.reshape/expand/slice in dygraph support var inputs. (#22920)
5 years ago
ceci3 488f357728
fix bceloss weight (#23973)
5 years ago
Zhou Wei 6f5669f9bf
Add note about the time cost and change HTTPS to HTTP to avoid unable to download(#24043)
5 years ago
Kaipeng Deng 10d85208bf
fix test_multiprocess_dataloader_base timeout. test=develop (#24053)
5 years ago
liu zhengxi 8dfb240a64
disable trt test, test=develop (#23984)
5 years ago
yongqiangma 89cf4f90ec
lod_rank_table error message enhance (#23613)
5 years ago
wawltor 5c669ad1c2
Add the support dygraph out attribute for the op of mm in api2.0 (#23978)
5 years ago
GaoWei8 62e647c3c0
polish lod_append,lod_reset test (#23979)
5 years ago
Kaipeng Deng 80cf3c3c4d
Refine DataLoader support multi-processing (#23107)
5 years ago
wangguanzhong 931cba2e64
add clamp api, test=develop (#23273)
5 years ago
silingtong123 f6dbf8e3a4
add 'seed' arguemnt of randint API (#23809)
5 years ago
Li Fuchen 87d8dc3dc0
add diag_embed op (#23385)
5 years ago
liu zhengxi 8e555ba650
OP(pad, pad2d, pad_constant_like) error message enhancement (#23882)
5 years ago
zhangchunle 6bd200db66
remove high level api (#23854)
5 years ago
ShenLiang 30bd7e1c83
Add rank_attention_op attributes for GPU memory in contrib (#23915)
5 years ago
Yiqun Liu 8d0b0cb4ae
Op(conv2d_fusion) error message enhancement. (#23596)
5 years ago
Yang Zhang 011bcc9f52
Add `paddle.nn.loss.MSELoss` (#23399)
5 years ago
0YuanZhang0 2a38f12382
ADD Manual seed op into paddle.framework (#23537)
5 years ago
liym27 1507f77a18
Fix bug in convert_call because difference exists between python3 and python2. test=develop (#23966)
5 years ago
gfwm0502 455ed26708
Modify English documents of while and while_loop (#23934)
5 years ago
mapingshuo 7d4002e06a
restrict block num of layer_norm_grad cuda block to 128 (#23878)
5 years ago
Kaipeng Deng 20b1b080f7
fix logger propagate. test=develop (#23961)
5 years ago
guofei 2b896c1f6b
Support LoDTensorArray in fetch (#23645)
5 years ago
liym27 0b0adbf9b6
[dy2static]Support recursive call (#23900)
5 years ago
Qinghe JING ad7ac4c607
create bmm op and move several api from fluid.layers to tensor (#23457)
5 years ago
GaoWei8 490db7f325
add paddle.tensor interface (#23801)
5 years ago
GaoWei8 e9289e8c22
enhanced lod_append, lod_reset english doc (#23803)
5 years ago
Huihuang Zheng 45e48c3c32
[Dy2stat] Add Test and Example Code for Different Access to ProgramTranslator and Fix Related Bug (#23958)
5 years ago
Zhou Wei 8002b2beb4
Avoid logging.info be printed many times in dygraph_mode,test=develop (#23932)
5 years ago
kinghuin 53fb0e92cc
fix compare and logical ops cond/out parameter doc bug, test=develop (#23862)
5 years ago
GaoWei8 0be4b04d13
Api (lod_append) error message enhancement (#23541)
5 years ago
Huihuang Zheng 81c4def96a
[Dy2stat] Rename Dygraph To Static Decorators (#23880)
5 years ago
hutuxian 65f495c9fa
remove print statement to make code clean(#23907)
5 years ago
huangjun12 8af85922d0
Error message enhancement of 6 op (#23759)
5 years ago
Zhou Wei 66dc8e30f0
move the initialize position of grad_clip to optimizer(__init__),and speed up clip (#23782)
5 years ago
Zhong Hui 361c6ccc01
OP error message enhancement of l2_normalize, matmul, mean, etc
5 years ago
liym27 b3520b14fc
Get answer code from function instead of str. test=develop (#23904)
5 years ago
liym27 37ef7c1351
[dy2static]Fix a bug of is_dygraph_api and move BasicApiTransformer to a separate file(#23923)
5 years ago
liu zhengxi 53cfac9492
Fix trt fc fuse test (#23852)
5 years ago