Commit Graph

435 Commits (018e1699237d7f4ffecbfb058abdb929f28e6856)

Author SHA1 Message Date
Chen Long 018e169923
fix some docs (#29011)
5 years ago
Huihuang Zheng 5b339262bc
[Dy2stat] Add Tuple as Assign Target for Tensor Shape (#28775)
5 years ago
Leo Chen 3815d7aa40
Upgrade string literals to raw string (#28989)
5 years ago
liym27 85292e0b46
[Dynamic-to-Static] Fix bug of convert_logical_and/convert_logical_or: the operands are executed sequentially(#28993)
5 years ago
Huihuang Zheng 96126532cd
Fix Incorrect After Node Vars in IfElseTransformer, test=develop (#28992)
5 years ago
wanghuancoder 887a35113e
fix eng doc for some api (#28477)
5 years ago
Chen Weihang 768dab441e
polish two api doc detail, test=document_fix (#28971)
5 years ago
Aurelius84 d6aee7597c
[Dy2Stat]Set buff.persistable=False when it's not initialized (#28749)
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
liym27 9881738e13
[Dynamic-to-Static ErrorMessage] Support dy2stat error message when call jit.save and polish error message (#28713)
5 years ago
Chen Weihang 3c5f2cac68
fix save parse error for dict input (#28712)
5 years ago
Huihuang Zheng 9ab335bbd9
Fix convert_call May be Called Multiple Times, test=develop (#28710)
5 years ago
Leo Chen 11e32baf1e
Add matmtl_v2 to amp list (#28693)
5 years ago
Huihuang Zheng b6f86b8491
Fix Using "isinstance" in Loop, test=develop (#28641)
5 years ago
Yang Zhang 614f20f6ba
Update `add` `clip` `MSELoss` and `no_grad` (#28530)
5 years ago
liym27 0ce933a9ee
[API2.0] Fix documents of 6 APIs to fit API2.0: (#28514)
5 years ago
Huihuang Zheng 3b0d31ab89
Modify ProgramTranslator and TracedLayer Doc for API 2.0 (#28509)
5 years ago
Huihuang Zheng 546b1c1dc4
Fix paddle.jit.dy2static.data_layer_not_check 2.0 API Doc (#28461)
5 years ago
WeiXin b5e662f837
refine jit.save/load to add support for other method, not only forward (#28376)
5 years ago
Aurelius84 bd8dfe38ca
[Dy2Stat] Refine code example for 2.0 (#28440)
5 years ago
Aurelius84 2500dca878
[Dy2Stat] Fix bug in convert_call (#28368)
5 years ago
Aurelius84 57e4411ab5
[Dy2stat] Support to modify value of buffer tensor (#28328)
5 years ago
Chen Weihang 4086f48ea1
Check and fix tensor and scalar type promotion (#28299)
5 years ago
chentianyu03 6cebd71454
add + - * / @ [] operator to ComplexVariable (#28217)
5 years ago
liym27 b1eb28d74b
[Dy2Stat-log] Call warnings.warn() to display the warning-message only once when calling StaticFunc.__call__ or ProgramTranslator().get_output (#28260)
5 years ago
Aurelius84 a5c18204e9
[Dy2stat]Join break cond with while cond in some pattern (#28171)
5 years ago
Aurelius84 7a3a05cccb
[Dy2Stat]Support to save model with nested output (#28224)
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 135b62a4ec
[Dy2stat] Refine code of DygraphToStaticAst (#28103)
5 years ago
Aurelius84 3718b2e706
Fix test_lstm unittest failed and Add more unittest (#28029)
5 years ago
Guo Sheng fa9d3fa5bf
Incorporate cudnn_lstm into LSTM api (#27217)
5 years ago
Aurelius84 ffcc11758a
[Dy2Stat] Fix Error when generating train_program in eval mode (#27975)
5 years ago
Steffy-zxf 832458d516
update code examples for paddle.sums
5 years ago
chentianyu03 d05058d268
Remove and reorganize the alias of APIs (#27717)
5 years ago
Chen Weihang ed31dac6eb
remove scale loss and coll grads, test=document_fix (#27874)
5 years ago
Leo Chen 049696bf67
Refine the format of printing tensor (#27673)
5 years ago
Huihuang Zheng 914558049f
Refine ProgramTranslator API English Doc for 2.0rc (#27849)
5 years ago
Chen Weihang 94faa112e9
Polish save load en doc details (#27845)
5 years ago
Zhou Wei e122e16456
fix english doc, unittest, and remove useless alias of 2.0 lr_scheduler (#27686)
5 years ago
Chen Weihang 9b49f02441
Polish jit.save/load design & remove paddle.SaveLoadConfig (#27623)
5 years ago
Yiqun Liu 836ee3b0c8
Polish the english documentation and example of paddle.nn.Linear and paddle.nn.functional.linear (#27759)
5 years ago
wanghuancoder c826bcb2ec
modify doc for ParameterList and LayerList (#27609)
5 years ago
wanghuancoder 7ca66f1e06
modify Sequential doc, test=develop (#27608)
5 years ago
wanghuancoder 7698e19928
modify doc for paddle.nn.Layer (#27624)
5 years ago
liym27 3a8bef1d41
[Dynamic-to-Static] Refine 2.0rc assign: paddle.nn.functional.assign (#27650)
5 years ago
Chen Weihang 53803202cc
add rename var in block (#27705)
5 years ago
Chen Weihang dec53a9c79
Remove DataParallel.scale_loss & apply_collective_grads (#27603)
5 years ago
Chen Weihang 199da9689c
Polish api Program/CompiledProgram/ParallelEnv doc & code example (#27656)
5 years ago