From 44e2f4b308bac04d33b0ed5005a6943eac67ae71 Mon Sep 17 00:00:00 2001 From: channings Date: Wed, 4 Sep 2019 21:41:04 +0800 Subject: [PATCH] Update convert.py --- x2paddle/convert.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x2paddle/convert.py b/x2paddle/convert.py index 0a99480..c5e98bb 100644 --- a/x2paddle/convert.py +++ b/x2paddle/convert.py @@ -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.") -- GitLab