diff --git a/x2paddle/convert.py b/x2paddle/convert.py index 0a994803339582dcd026d5fb776e476a42199863..c5e98bbb5b8bc762e5ef448142df6f5bf632a027 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.")