未验证 提交 a2924560 编写于 作者: J Jason 提交者: GitHub

Update README.md

上级 673ccf02
...@@ -51,6 +51,12 @@ for res in results: ...@@ -51,6 +51,12 @@ for res in results:
print(res.shape) print(res.shape)
``` ```
### 序列化模型结构
tensorflow2fluid转换后的模型结构以python代码定义形式供用户直观阅读或修改,如若需要将模型结构和参数均序列化存储,可以上面的示例代码中,调用如下代码即可,序列化的模型结构和参数如何加载可见PaddlePaddle使用文档中的[加载预测模型](http://www.paddlepaddle.org/documentation/docs/zh/1.3/api_guides/low_level/inference.html#id4)
``` python
model.save_inference_model("new_model_dir")
```
### 参数说明 ### 参数说明
|tf2fluid参数|说明| |tf2fluid参数|说明|
|-----------|-----------------------------------------------| |-----------|-----------------------------------------------|
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册