diff --git a/x2paddle/convert.py b/x2paddle/convert.py index fc4f6c0800b838ff6973970f244e9a2c0237d3c5..1d6e57f98c6a5cfec83c862b323f58af811d6d72 100644 --- a/x2paddle/convert.py +++ b/x2paddle/convert.py @@ -94,7 +94,6 @@ def caffe2paddle(proto, weight, save_dir, caffe_proto): def main(): if len(sys.argv) < 2: - print("Usage: x2paddle -f tensorflow -m vgg16.pb -s paddle_model") print("Use \"x2paddle -h\" to print the help information") return