Commit Graph

31 Commits (b38e4f2840ebc4ee0195ab8de789bf5b8d54ef37)

Author SHA1 Message Date
Chen Weihang bb84f0e646
Add new paddle.save/load APIs (#27331)
4 years ago
Chen Weihang c23f09fea6
Support load state_dict from save_params/persistables (#27298)
5 years ago
Chen Weihang ac8afe184e
use structured name in loaded dict (#27242)
5 years ago
Chen Weihang c1a8868732
Change jit.save/load configs to config & update code examples (#27056)
5 years ago
Chen Weihang 209273e605
Support load state dict form `inference model` format save result (#26718)
5 years ago
MRXLT 1f36d3cdcb
update optimizer (#26711)
5 years ago
Chen Weihang 3eee0467fe
Add limit support for load_dygraph loading jit.save result (#25935)
5 years ago
Chen Weihang 23d1228c4d
remove ProgramTranslator.save_inference_model (#25740)
5 years ago
qingqing01 b5f8784cab
Refine Model of high level API (#25559)
5 years ago
Zhou Wei 914ff10a8f
fix state dict to save/load learning rate scheduler (#25403)
5 years ago
Cindy Cai 86ca31ab58
English API Docs Optimization Part 1 (#24536)
5 years ago
Zhou Wei 1f83069117
API(to_variable/save_dygraph) error message enhancement(#23683)
5 years ago
hong 420944e514
enhance load dygraph; test=develop (#23167)
5 years ago
songyouwei b768708e5d
fix pickle load encoding between python 2 and 3 (#22621)
5 years ago
songyouwei cb4560b79d
python 2 and 3 compatible pickle (#22555)
5 years ago
songyouwei 4bf2ccaa52 fix save_dygraph & save with nonexistent dir (#22266)
5 years ago
hong 2f49cf70f7
Support dygraph structuerd name (#21930)
5 years ago
zhongpu dca075839b remove params in Tracer object (in dygraph) (#20815)
5 years ago
Youwei Song f6144d8463 remove build_once & name_scope (#21131)
5 years ago
hong fa43e80e19 New save load interface (#20148)
5 years ago
Youwei Song 3e5fb6361b fix api-doc error for dygraph and backward (#19721)
6 years ago
Ghost Under Moon 10643b4ea6 fix- raise io error when user load from non-existed dir test=develop (#19384)
6 years ago
lujun fd6631ef2f
Fix dygraph show style (#18297)
6 years ago
Jiabin Yang fba10b6bb5
test=develop, refine api (#17883)
6 years ago
Jiabin Yang 022dfed4fc
Add optimizer save and load (#16986)
6 years ago
lujun 9d2f7d762c fix dy-load bug, test=develop
6 years ago
lujun 94c4cd1a98 fix dy-load bug, test=develop
6 years ago
lujun a3f17280a3 fix dy-load bug, test=develop
6 years ago
lujun a7c11979ba fix dygraph save/load checkpoint error, test=develop
6 years ago
lujun 1dcd28e819 move dygraph.nn,dygraph.layer to fluid, test=develop
6 years ago
lujun 1c9aaeebe0 move imperative to dygraph, test=develop
6 years ago