diff --git a/x2paddle/convert.py b/x2paddle/convert.py index 2acbd35d83f5a33c66cff5fecf48e95f19895770..79242ae27caaddc8bf064a27c36500a9b3997e85 100644 --- a/x2paddle/convert.py +++ b/x2paddle/convert.py @@ -196,7 +196,7 @@ def tf2paddle(model_path, logging.info("================================================") logging.info("") logging.info( - "Model Convertd! Fill this survey to help X2Paddle better, https://iwenjuan.baidu.com/?code=npyd51 " + "Model Converted! Fill this survey to help X2Paddle better, https://iwenjuan.baidu.com/?code=npyd51 " ) logging.info("") logging.info("================================================") @@ -252,7 +252,7 @@ def caffe2paddle(proto_file, logging.info("================================================") logging.info("") logging.info( - "Model Convertd! Fill this survey to help X2Paddle better, https://iwenjuan.baidu.com/?code=npyd51 " + "Model Converted! Fill this survey to help X2Paddle better, https://iwenjuan.baidu.com/?code=npyd51 " ) logging.info("") logging.info("================================================") @@ -313,7 +313,7 @@ def onnx2paddle(model_path, logging.info("================================================") logging.info("") logging.info( - "Model Convertd! Fill this survey to help X2Paddle better, https://iwenjuan.baidu.com/?code=npyd51 " + "Model Converted! Fill this survey to help X2Paddle better, https://iwenjuan.baidu.com/?code=npyd51 " ) logging.info("") logging.info("================================================") @@ -392,7 +392,7 @@ def pytorch2paddle(module, logging.info("================================================") logging.info("") logging.info( - "Model Convertd! Fill this survey to help X2Paddle better, https://iwenjuan.baidu.com/?code=npyd51 " + "Model Converted! Fill this survey to help X2Paddle better, https://iwenjuan.baidu.com/?code=npyd51 " ) logging.info("") logging.info("================================================")