提交 69ffcc47 编写于 作者: C chengduozh

fix io doc

test=develop
上级 cc9028b9
...@@ -145,7 +145,7 @@ def save_vars(executor, ...@@ -145,7 +145,7 @@ def save_vars(executor,
prog = fluid.default_main_program() prog = fluid.default_main_program()
fluid.io.save_vars(executor=exe, dirname=path, main_program=prog, fluid.io.save_vars(executor=exe, dirname=path, main_program=prog,
vars=None) vars=None, predicate = name_has_fc)
# All variables in `main_program` whose name includes "fc" will be saved. # All variables in `main_program` whose name includes "fc" will be saved.
# And variables are going to be saved separately. # And variables are going to be saved separately.
...@@ -369,7 +369,7 @@ def load_vars(executor, ...@@ -369,7 +369,7 @@ def load_vars(executor,
prog = fluid.default_main_program() prog = fluid.default_main_program()
fluid.io.load_vars(executor=exe, dirname=path, main_program=prog, fluid.io.load_vars(executor=exe, dirname=path, main_program=prog,
vars=None) vars=None, predicate=name_has_fc)
# All variables in `main_program` whose name includes "fc" will be loaded. # All variables in `main_program` whose name includes "fc" will be loaded.
# And all the variables are supposed to have been saved in differnet files. # And all the variables are supposed to have been saved in differnet files.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册