提交 c144a66b 编写于 作者: J Jason 提交者: Macrobull

Update README.md

上级 fde32aff
...@@ -17,7 +17,11 @@ onnx2fluid支持将onnx模型转换为PaddlePaddle模型,并用于预测。 ...@@ -17,7 +17,11 @@ onnx2fluid支持将onnx模型转换为PaddlePaddle模型,并用于预测。
``` shell ``` shell
# 安装onnx # 安装onnx
# 安装也可参考https://github.com/onnx/onnx # 安装也可参考https://github.com/onnx/onnx
conda install -c conda-forge protobuf numpy conda install -c conda-forge onnx
pip install onnx
``` ```
## 使用说明
```shell
python -m onnx2fluid -e -o /path/to/export/model /path/of/onnx/model
```
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册