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

Update README.md

上级 d9bedefa
...@@ -15,7 +15,8 @@ onnx2fluid支持将onnx模型转换为PaddlePaddle模型,并用于预测。 ...@@ -15,7 +15,8 @@ onnx2fluid支持将onnx模型转换为PaddlePaddle模型,并用于预测。
> paddlepaddle == 1.3.0 > paddlepaddle == 1.3.0
``` shell ``` shell
# 安装onnx,参考https://github.com/onnx/onnx # 安装onnx
# 安装也可参考https://github.com/onnx/onnx
conda install -c conda-forge protobuf numpy conda install -c conda-forge protobuf numpy
pip install onnx pip install onnx
``` ```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册