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

Add files via upload

上级 028d8716
......@@ -309,18 +309,21 @@
]
},
{
"cell_type": "code",
"execution_count": null,
"cell_type": "markdown",
"metadata": {},
"outputs": [],
"source": []
"source": [
"### 需要注意的点\n",
"1. 转换后的模型需要注意输入格式,PaddlePaddle中输入格式需为NCHW格式 \n",
"2. 此例中不涉及到输入中间层,如卷积层的输出,需要了解的是PaddlePaddle中的卷积层输出,卷积核的`shape`与Tensorflow有差异 \n",
"3. 模型转换完后,检查转换前后模型的diff,在本例中,最大diff为3.34-e06,满足转换需求 "
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python [conda env:CPU-Paddle]",
"display_name": "Python 2",
"language": "python",
"name": "conda-env-CPU-Paddle-py"
"name": "python2"
},
"language_info": {
"codemirror_mode": {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册