diff --git a/x2paddle/convert.py b/x2paddle/convert.py index 9f19114b5eff03fddd48e2c8fc03cace13b4ed4b..0884d7011c2a4408c04009bcf0a1eb02a88b4d83 100644 --- a/x2paddle/convert.py +++ b/x2paddle/convert.py @@ -131,6 +131,8 @@ def onnx2paddle(model_path, save_dir): def main(): if len(sys.argv) < 2: print("Use \"x2paddle -h\" to print the help information") + print("For more information, please follow our github repo below:)") + print("\nGithub: https://github.com/PaddlePaddle/X2Paddle.git\n") return parser = arg_parser()