Commit Graph

181 Commits (d63ab6b6f910763df75323a3f46c4b9612ed210d)

Author SHA1 Message Date
Aurelius84 d6aee7597c
[Dy2Stat]Set buff.persistable=False when it's not initialized (#28749)
5 years ago
Jack Zhou 9362d85e0e
Add LSTM, Simple RNN and GRU CPU kernel (#28577)
5 years ago
liym27 269470d62e
[Dynamic-to-Static] Remove unnecessary variables of the arguments in true_func/false_func (#28722)
5 years ago
liym27 e5f0e6b003
[Dynamic-to-Static] Fix bug in loop_transformer: loop vars should contain the var from ancestor-for-node (#28735)
5 years ago
YUNSHEN XIE 16a808149a
modfied the timeout value for 5 ut (#28714)
5 years ago
liym27 9881738e13
[Dynamic-to-Static ErrorMessage] Support dy2stat error message when call jit.save and polish error message (#28713)
5 years ago
Huihuang Zheng b6f86b8491
Fix Using "isinstance" in Loop, test=develop (#28641)
5 years ago
Huihuang Zheng 1adc09b56a
Make Batch Size Smaller on Mac Because of CI Machine (#28569)
5 years ago
YUNSHEN XIE 621b31c526
modified timeout value for test_resnet_v2 and test_resnet (#28532)
5 years ago
Huihuang Zheng eb0855615c
Set Exclusive for test_yolov3 to Avoid Memory Segmentation Fault in CI Random Failure (#28485)
5 years ago
YUNSHEN XIE ba0756325a
exec ut no more than 15s 1 (#28439)
5 years ago
WeiXin b5e662f837
refine jit.save/load to add support for other method, not only forward (#28376)
5 years ago
Aurelius84 2500dca878
[Dy2Stat] Fix bug in convert_call (#28368)
5 years ago
Chen Weihang 813b2ade34
Enrich the python error types of paddle & polish format (#28124)
5 years ago
Aurelius84 a5c18204e9
[Dy2stat]Join break cond with while cond in some pattern (#28171)
5 years ago
Aurelius84 e730516090
[Dy2stat] Refine return mechanism in @to_static (#28116)
5 years ago
cnn 7c1aa0d69d
2.0rc api rename (#28088)
5 years ago
Aurelius84 3718b2e706
Fix test_lstm unittest failed and Add more unittest (#28029)
5 years ago
YUNSHEN XIE bf5325f38f
disable test_lstm,test=document_fix (#28030)
5 years ago
Aurelius84 ffcc11758a
[Dy2Stat] Fix Error when generating train_program in eval mode (#27975)
5 years ago
chentianyu03 5bcb4c7b54
Change reduce mean (#27997)
5 years ago
chentianyu03 d05058d268
Remove and reorganize the alias of APIs (#27717)
5 years ago
MRXLT 263a9e97fd
Fix adam (#27778)
5 years ago
furnace 8e70b18e6c
add paddle.nn.initializer API, including: Normal, TruncatedNormal, Uniform, XavierNormal, XavierUniform, Assign (#27769)
5 years ago
Peihan af57537ec7
remove dy2static test_lac predictor run case (#27844)
5 years ago
Chen Weihang 9b49f02441
Polish jit.save/load design & remove paddle.SaveLoadConfig (#27623)
5 years ago
Huihuang Zheng 9f3fb95b34
[Dy2stat] Add Simnet Test for V2 APIs (#27460)
5 years ago
Huihuang Zheng ab85a8910d
[Dy2stat] Add Resnet Test for V2 APIs (#27459)
5 years ago
Peihan 8d68dd4785
Fix test_se_resnet unittest (#27715)
5 years ago
Huihuang Zheng 28f83f0519
[Dy2stat] Add Ptb Lm Test for V2 APIs (#27461)
5 years ago
Huihuang Zheng cc2fc93804
[Dy2stat] Refine Dy2stat APIs to 2.0rc (#27430)
5 years ago
Huihuang Zheng abb32bbccd
[Dy2stat] Fix lstm bug (#27631)
5 years ago
Huihuang Zheng b7107c65a6
[Dy2stat] Fix test_yolov3 to Run Correctly on Win/Mac (#27666)
5 years ago
Aurelius84 fc9d80bc9e
[Dy2Stat]rename StaticLayer into StaticFunction (#27487)
5 years ago
pangyoki 827ac36faa
Use dygraph mode by default (#27443)
5 years ago
Aurelius84 7ba6279a25
[Dy2stat] Refine error msg of @to_static if not in imperative mode (#27371)
5 years ago
liym27 ac82baa80d
[Dy2Stat-log] Add feature also_to_stdout and optimize log messages (#27285)
5 years ago
Aurelius84 20a84820fd
fix unused var with zero gradient bug in fluid.gradient (#27246)
5 years ago
liym27 3e20ddf73d
[Dy2Stat - Error Handling] Fix bug and optimize dy2stat error. (#27225)
5 years ago
Aurelius84 5e0dde02b2
[Dy2stat] support usage: to_static(model) (#27040)
5 years ago
liym27 a1b640bc66
Fix test_origin_info to be compatible with PY3.8, because ast module is different in PY3.8 (#27201)
5 years ago
Aurelius84 252aeb1a46
[Dy2stat]Add naming rule if not specific InputSpec.name (#26997)
5 years ago
Aurelius84 35f53ecd93
[Dy2stat] Add descriptor cache for StaticLayer (#26987)
5 years ago
Aurelius84 695bfb0765
reduce repeat time of Predictor (#27011)
5 years ago
liym27 435ab2aa8a
Raise RuntimeError if run the callable object decorated by '@paddle.jit.to_static' not in dynamic mode. (#26750)
5 years ago
liym27 f9d39b4916
[Dy2Stat] Transforme api 'to_tensor' to 'assign'. (#26873)
5 years ago
liym27 61107aa6f1
[Dy2Stat-debugging] Fix bug: Returns True if the verbosity level set by the user is greater than or equal to the log level (#26858)
5 years ago
Huihuang Zheng ad5547d97b
Fix typo util->until. (#26855)
5 years ago
Sylwester Fraczek f866bfedf1
support mnist and resnet dygraph_to_static test (#25774)
5 years ago
Aurelius84 b0111778b8
enhance error message (#26808)
5 years ago