Skip to content

Releases: PINTO0309/ssi4onnx

1.0.4

28 May 23:50
b42b8d9
Compare
Choose a tag to compare
  • Retention of metadata_props

What's Changed

Full Changelog: 1.0.3...1.0.4

1.0.3

30 Apr 06:28
f6ed70b
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

New Contributors

Full Changelog: 1.0.2...1.0.3

1.0.2

10 Sep 07:12
Compare
Choose a tag to compare
  • Add short form
    $ ssi4onnx -h
    
    usage:
        ssi4onnx [-h]
        -if INPUT_ONNX_FILE_PATH
        [-of OUTPUT_ONNX_FILE_PATH]
        [-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.
    
      -n, --non_verbose
            Do not show all information logs. Only error logs are displayed.
    

1.0.1

25 May 06:58
9618b25
Compare
Choose a tag to compare
  • Security update
  • README update

1.0.0

23 May 12:46
0879453
Compare
Choose a tag to compare
  • Initial release