Skip to content

1.0.4

Compare
Choose a tag to compare
@PINTO0309 PINTO0309 released this 09 Sep 06:43
· 7 commits to main since this release
  • Add short form
    $ sbi4onnx -h
    
    usage:
      sbi4onnx [-h]
      -if INPUT_ONNX_FILE_PATH
      -of OUTPUT_ONNX_FILE_PATH
      -ics INITIALIZATION_CHARACTER_STRING
      [-n]
    
    optional arguments:
      -h, --help
          show this help message and exit.
    
      -if INPUT_ONNX_FILE_PATH, --input_onnx_file_path INPUT_ONNX_FILE_PATH
          Input onnx file path.
    
      -of OUTPUT_ONNX_FILE_PATH, --output_onnx_file_path OUTPUT_ONNX_FILE_PATH
          Output onnx file path.
    
      -ics INITIALIZATION_CHARACTER_STRING, --initialization_character_string INITIALIZATION_CHARACTER_STRING
          String to initialize batch size. "-1" or "N" or "xxx", etc...
          Default: '-1'
    
      -n, --non_verbose
          Do not show all information logs. Only error logs are displayed.