Commit Graph

420 Commits (110febdc541db8dd7e75fc3aeb614dff0fede4b7)

Author SHA1 Message Date
Yang Zhang 614f20f6ba
Update `add` `clip` `MSELoss` and `no_grad` (#28530)
6 years ago
liym27 0ce933a9ee
[API2.0] Fix documents of 6 APIs to fit API2.0: (#28514)
6 years ago
Huihuang Zheng 3b0d31ab89
Modify ProgramTranslator and TracedLayer Doc for API 2.0 (#28509)
6 years ago
Huihuang Zheng 546b1c1dc4
Fix paddle.jit.dy2static.data_layer_not_check 2.0 API Doc (#28461)
6 years ago
WeiXin b5e662f837
refine jit.save/load to add support for other method, not only forward (#28376)
6 years ago
Aurelius84 bd8dfe38ca
[Dy2Stat] Refine code example for 2.0 (#28440)
6 years ago
Aurelius84 2500dca878
[Dy2Stat] Fix bug in convert_call (#28368)
6 years ago
Aurelius84 57e4411ab5
[Dy2stat] Support to modify value of buffer tensor (#28328)
6 years ago
Chen Weihang 4086f48ea1
Check and fix tensor and scalar type promotion (#28299)
6 years ago
chentianyu03 6cebd71454
add + - * / @ [] operator to ComplexVariable (#28217)
6 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)
6 years ago
Aurelius84 a5c18204e9
[Dy2stat]Join break cond with while cond in some pattern (#28171)
6 years ago
Aurelius84 7a3a05cccb
[Dy2Stat]Support to save model with nested output (#28224)
6 years ago
Aurelius84 e730516090
[Dy2stat] Refine return mechanism in @to_static (#28116)
6 years ago
cnn 7c1aa0d69d
2.0rc api rename (#28088)
6 years ago
Aurelius84 135b62a4ec
[Dy2stat] Refine code of DygraphToStaticAst (#28103)
6 years ago
Aurelius84 3718b2e706
Fix test_lstm unittest failed and Add more unittest (#28029)
6 years ago
Guo Sheng fa9d3fa5bf
Incorporate cudnn_lstm into LSTM api (#27217)
6 years ago
Aurelius84 ffcc11758a
[Dy2Stat] Fix Error when generating train_program in eval mode (#27975)
6 years ago
Steffy-zxf 832458d516
update code examples for paddle.sums
6 years ago
chentianyu03 d05058d268
Remove and reorganize the alias of APIs (#27717)
6 years ago
Chen Weihang ed31dac6eb
remove scale loss and coll grads, test=document_fix (#27874)
6 years ago
Leo Chen 049696bf67
Refine the format of printing tensor (#27673)
6 years ago
Huihuang Zheng 914558049f
Refine ProgramTranslator API English Doc for 2.0rc (#27849)
6 years ago
Chen Weihang 94faa112e9
Polish save load en doc details (#27845)
6 years ago
Zhou Wei e122e16456
fix english doc, unittest, and remove useless alias of 2.0 lr_scheduler (#27686)
6 years ago
Chen Weihang 9b49f02441
Polish jit.save/load design & remove paddle.SaveLoadConfig (#27623)
6 years ago
Yiqun Liu 836ee3b0c8
Polish the english documentation and example of paddle.nn.Linear and paddle.nn.functional.linear (#27759)
6 years ago
wanghuancoder c826bcb2ec
modify doc for ParameterList and LayerList (#27609)
6 years ago
wanghuancoder 7ca66f1e06
modify Sequential doc, test=develop (#27608)
6 years ago
wanghuancoder 7698e19928
modify doc for paddle.nn.Layer (#27624)
6 years ago
liym27 3a8bef1d41
[Dynamic-to-Static] Refine 2.0rc assign: paddle.nn.functional.assign (#27650)
6 years ago
Chen Weihang 53803202cc
add rename var in block (#27705)
6 years ago
Chen Weihang dec53a9c79
Remove DataParallel.scale_loss & apply_collective_grads (#27603)
6 years ago
Chen Weihang 199da9689c
Polish api Program/CompiledProgram/ParallelEnv doc & code example (#27656)
6 years ago
Huihuang Zheng cc2fc93804
[Dy2stat] Refine Dy2stat APIs to 2.0rc (#27430)
6 years ago
Zhou Wei 6871e57b30
fix in_dynamic_mode of paddle,test=document_fix (#27671)
6 years ago
Huihuang Zheng abb32bbccd
[Dy2stat] Fix lstm bug (#27631)
6 years ago
Leo Chen c7e0a8bebf
Remove inplace argument when calling nn.reshape() (#27376)
6 years ago
Zhou Wei 162b4d6c13
remove to_variable from 2.0 (#27528)
6 years ago
Chen Weihang ecfdfc9c58
fix guard place set error (#27573)
6 years ago
Aurelius84 fc9d80bc9e
[Dy2Stat]rename StaticLayer into StaticFunction (#27487)
6 years ago
Chen Weihang bb84f0e646
Add new paddle.save/load APIs (#27331)
6 years ago
Zhou Wei 1e1ae5c54d
Make the Bind Method of Tensor more automatic (#27270)
6 years ago
Aurelius84 7ba6279a25
[Dy2stat] Refine error msg of @to_static if not in imperative mode (#27371)
6 years ago
liym27 ac82baa80d
[Dy2Stat-log] Add feature also_to_stdout and optimize log messages (#27285)
6 years ago
Huihuang Zheng d4b4357bc0
[Dy2stat] Change the Global Switch Name of ProgramTranslator for API 2.0 (#27203)
6 years ago
Leo Chen 189e10f1dd
Remove unnecessary requirements (#27341)
6 years ago
Chen Weihang c23f09fea6
Support load state_dict from save_params/persistables (#27298)
6 years ago
Chen Weihang 950301bfa1
Add input_spec & output_spec for TranslatedLayer (#27284)
6 years ago