Skip to content

Releases: PINTO0309/sbi4onnx

1.0.7

28 May 23:43
2316fa9
Compare
Choose a tag to compare
  • Retention of metadata_props

What's Changed

Full Changelog: 1.0.6...1.0.7

1.0.6

30 Apr 05:51
65643a8
Compare
Choose a tag to compare
  1. Fix to preserve domain and ir_version.
  2. API specification changes due to the version upgrade of onnx are now supported. onnx==1.16.0

What's Changed

Full Changelog: 1.0.5...1.0.6

1.0.5

08 Sep 01:20
3017983
Compare
Choose a tag to compare
  • --disable_onnxsim Suppress the execution of onnxsim on the backend and dare to leave redundant processing.

What's Changed

  • --disable_onnxsim Suppress the execution of onnxsim on the backend and dare to leave redundant processing by @PINTO0309 in #2

New Contributors

Full Changelog: 1.0.4...1.0.5

1.0.4

09 Sep 06:43
Compare
Choose a tag to compare
  • 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.
    

1.0.3

25 May 06:50
6892ee6
Compare
Choose a tag to compare
  • Security update
  • README update

1.0.2

11 May 23:30
Compare
Choose a tag to compare

1.0.1

11 May 14:51
e689e4d
Compare
Choose a tag to compare
  • #1 Added avoidance process for processing exceptions for OPs of indefinite shape @fateshelled

1.0.0

02 May 11:26
97562d1
Compare
Choose a tag to compare
  • Initial release