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

Update README.md

上级 a2924560
...@@ -29,6 +29,7 @@ python src/convert.py --pb_file tf_model.pb \ ...@@ -29,6 +29,7 @@ python src/convert.py --pb_file tf_model.pb \
--output_nodes outputs \ --output_nodes outputs \
--input_shape None,224,224,3 \ --input_shape None,224,224,3 \
--input_format NHWC \ --input_format NHWC \
--use_cuda True \
--save_dir translated_paddle_model --save_dir translated_paddle_model
``` ```
### 加载模型并预测 ### 加载模型并预测
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册