From c144a66b0783b96eff7052e5262cc2724993e2d4 Mon Sep 17 00:00:00 2001 From: Jason Date: Mon, 1 Apr 2019 15:39:46 +0800 Subject: [PATCH] Update README.md --- onnx2fluid/README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/onnx2fluid/README.md b/onnx2fluid/README.md index fa38611..a13dc28 100644 --- a/onnx2fluid/README.md +++ b/onnx2fluid/README.md @@ -17,7 +17,11 @@ onnx2fluid支持将onnx模型转换为PaddlePaddle模型,并用于预测。 ``` shell # 安装onnx # 安装也可参考https://github.com/onnx/onnx -conda install -c conda-forge protobuf numpy -pip install onnx +conda install -c conda-forge onnx ``` + +## 使用说明 +```shell +python -m onnx2fluid -e -o /path/to/export/model /path/of/onnx/model +``` -- GitLab