From 19dfd1c48fca50bc202be51b4f84c2e9212399dd Mon Sep 17 00:00:00 2001 From: pinto0309 Date: Thu, 8 Sep 2022 19:57:10 +0900 Subject: [PATCH] Add short form parameter --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 874aa81..4293929 100644 --- a/README.md +++ b/README.md @@ -52,14 +52,14 @@ usage: positional arguments: input_onnx_file_path - Input onnx file path. + Input onnx file path. output_onnx_file_path - Output onnx file path. + Output onnx file path. optional arguments: -h, --help - show this help message and exit + show this help message and exit -m {shrink,npy}, --mode {shrink,npy} Constant Value Compression Mode.