未验证 提交 5d63be26 编写于 作者: L littletomatodonkey 提交者: GitHub

Merge pull request #114 from littletomatodonkey/master

add save model faq
...@@ -42,3 +42,7 @@ VALID: ...@@ -42,3 +42,7 @@ VALID:
order: '' order: ''
- ToCHWImage: - ToCHWImage:
``` ```
>>
* Q: 如果想将保存的`pdparams`模型参数文件转换为早期版本(Paddle1.7.0之前)的零碎文件(每个文件均为一个单独的模型参数),该怎么实现呢?
* A: 可以首先导入`pdparams`模型,之后使用`fluid.io.save_vars`函数将模型保存为零散的碎文件。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册