Commit Graph

7487 Commits (8af0d85ea4cbffadd8abe55e55b45f95767eefb2)

Author SHA1 Message Date
Aurelius84 8af0d85ea4
fix unittest failed on windows GPU (#29072)
6 years ago
taixiurong a5aa4dc7a9
add xpu elementwise ops (#29031)
6 years ago
tianshuo78520a e9acd9c941
Update CI Python3 Docker for Cuda11 (#28401)
6 years ago
huangxu96 40f5453725
Quant nn2.0 (#28764)
6 years ago
Chen Weihang bb16c2515d
Polish parallel api impl & doc details (#28980)
6 years ago
joejiong 4b05a8be88
delete axis parameter in multiply api (#28647)
6 years ago
YUNSHEN XIE c098a2e159
fixing cmake error for WITH_GPU=ON and WITH_DISTRIBUTE=OFF (#29030)
6 years ago
chajchaj b52427327d
add soft_label and axis for CrossEntropyLoss and improve performance (#29024)
6 years ago
Chen Long 018e169923
fix some docs (#29011)
6 years ago
ysh329 9a475582e0
fix clip by norm EN doc. test=develop (#28994)
6 years ago
Huihuang Zheng 5b339262bc
[Dy2stat] Add Tuple as Assign Target for Tensor Shape (#28775)
6 years ago
YUNSHEN XIE 5cb8e17a18
restore timeout value (#29027)
6 years ago
Jiawei Wang f21513307a
add lamb optimizer and unittest (#28772) TODO:FIX BUGS LATER
6 years ago
Leo Chen 3815d7aa40
Upgrade string literals to raw string (#28989)
6 years ago
liym27 85292e0b46
[Dynamic-to-Static] Fix bug of convert_logical_and/convert_logical_or: the operands are executed sequentially(#28993)
6 years ago
Huihuang Zheng 96126532cd
Fix Incorrect After Node Vars in IfElseTransformer, test=develop (#28992)
6 years ago
wanghuancoder 887a35113e
fix eng doc for some api (#28477)
6 years ago
Chen Weihang 9cd09a8586
Polish dataloader doc detail & update example (#28975)
6 years ago
lilong12 f77a78cdee
enable pipeline to run with Executor.run() (#28373)
6 years ago
lijianshe02 9f642ed881
fix English doc for dice_loss, log_loss, unfold and NLLLoss API test=… (#28739)
6 years ago
Thunderbrook 0073f9bdb0
support ps-gpu (#28752)
6 years ago
Chen Weihang 768dab441e
polish two api doc detail, test=document_fix (#28971)
6 years ago
Chen Weihang 7c7cdf082f
remove fluid & variable in program (#28966)
6 years ago
furnace 8ff3550658
refactor momentum op to combine weight (#27414)
6 years ago
YUNSHEN XIE 50113f9268
fix error for Can not find test to add properties to:test_parallel_dygraph_transformer,test_parallel_dygraph_sparse_embedding (#28968)
6 years ago
Zhang Ting 3416c35996
refine doc of default_startup_program, test=document_fix (#28951)
6 years ago
Zhang Ting 842fd2933c
remove fluid in default_main_program doc, test=document_fix (#28941)
6 years ago
yaoxuefeng 6369463a5d
fix test datagenerator ut fail (#28767)
6 years ago
Kaipeng Deng ed7aa8f9c3
Fix conv transpose (#28629)
6 years ago
gongweibao 1dad8ceaab
Fix gpu memory allocation bug. (#28703)
6 years ago
Kaipeng Deng 91bab752a9
fix dataloader default value and doc (#28728)
6 years ago
Chen Weihang 0ed80e09fc
Fix param base trainable set failed (#28756)
6 years ago
Aurelius84 d6aee7597c
[Dy2Stat]Set buff.persistable=False when it's not initialized (#28749)
6 years ago
joejiong 1a532d5133
add uint8 support for squeeze operator (#28734)
6 years ago
Bai Yifan 655d5eb1db
fix code example (#28636)
6 years ago
joanna.wozna.intel 8c0ea4bffe
Add bf16 matmul, fc, elementwise add and mul (#28729)
6 years ago
Zhou Wei 3b0dd5f620
fix bug that to_tensor not support paddle.Place (#28717)
6 years ago
Aurelius84 e1c8d6bce5
Fix wrong out dtype inferred from helper.input_dtype (#28715)
6 years ago
taixiurong d3d1a6b6e0
add kunlun kernel: slice, slice_grad, top_k, cast. *test=kunlun (#28542)
6 years ago
Jack Zhou 9362d85e0e
Add LSTM, Simple RNN and GRU CPU kernel (#28577)
6 years ago
QingshuChen 30ef3815b3
adjust kunlun header file (#28536)
6 years ago
Wilber 60a5eb68a0
update paramattr doc. test=document_fix (#28745)
6 years ago
liym27 269470d62e
[Dynamic-to-Static] Remove unnecessary variables of the arguments in true_func/false_func (#28722)
6 years ago
liym27 e5f0e6b003
[Dynamic-to-Static] Fix bug in loop_transformer: loop vars should contain the var from ancestor-for-node (#28735)
6 years ago
Wojciech Uss 04bcc13fac
Add multi_gru op and tests (#28591)
6 years ago
Wilber fe2cf39f77
[2.0] Update py_func English doc. (#28646)
6 years ago
YUNSHEN XIE 16a808149a
modfied the timeout value for 5 ut (#28714)
6 years ago
liym27 9881738e13
[Dynamic-to-Static ErrorMessage] Support dy2stat error message when call jit.save and polish error message (#28713)
6 years ago
joejiong 32b90b1c2d
add log10 (#28576)
6 years ago
TeslaZhao abbc507a81
Fix two english api documents, transpose and strided_slice (#28687)
6 years ago