From 2cab35d03dddf4726f0c0cea213be8f9a0062384 Mon Sep 17 00:00:00 2001 From: wjj19950828 Date: Fri, 24 Jun 2022 19:31:53 +0800 Subject: [PATCH] fixed misspell --- x2paddle/convert.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/x2paddle/convert.py b/x2paddle/convert.py index 2acbd35..79242ae 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("================================================") -- GitLab