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

Update README.md

上级 fc946a24
......@@ -25,3 +25,12 @@ conda install -c conda-forge onnx
```shell
python -m onnx2fluid -e -o /path/to/export/model /path/of/onnx/model
```
### VGG19转换
```shell
# 下载并解压onnx模型vgg19
wget https://s3.amazonaws.com/download.onnx/models/opset_9/vgg19.tar.gz
tar xzvf vgg19.tar.gz
# 转换为PaddlePaddle模型
python -m onnx2fluid -e -o paddle_model vgg19/model.onnx
```
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册