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

Update convert.py

上级 d3436919
...@@ -118,7 +118,7 @@ def onnx2paddle(model_path, save_dir): ...@@ -118,7 +118,7 @@ def onnx2paddle(model_path, save_dir):
return return
except: except:
print( 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 return
print("Now translating model from onnx to paddle.") 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.
先完成此消息的编辑!
想要评论请 注册