未验证 提交 44e2f4b3 编写于 作者: C channings 提交者: GitHub

Update convert.py

上级 d3436919
......@@ -118,7 +118,7 @@ def onnx2paddle(model_path, save_dir):
return
except:
print(
"your model have dynamic graph, we use caff2 to inference graph, please use \"pip install torch==1.1.0\"."
"your model have dynamic graph, we use caffe2 to inference graph, please use \"pip install torch==1.1.0\"."
)
return
print("Now translating model from onnx to paddle.")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册