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

Update README.md

上级 02bd373a
# tensorflow2fluid
[![License](https://img.shields.io/badge/license-Apache%202-blue.svg)](LICENSE)
<a href="#sm">`test`</a>
## 环境依赖
> python = 2.7
......@@ -78,6 +78,7 @@ save_var.list|模型载入过程中的变量list
仍然以上面转换后的vgg_16为例,下面通过示例展示如何加载模型,并进行预测
<a id="sm"/>
**【重要】代码中须注意,PaddlePaddle的图像输入为NCHW格式, 卷积的kernel形状为[filter_num, in_channel, height, width], 卷积输出形状为[batch, filter_num, height, width],这三点与tensorflow默认情况均不同**
```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册