Skip to content

Releases: PINTO0309/soa4onnx

1.0.4

16 Aug 12:03
674deaa
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.3...1.0.4

1.0.3

10 Sep 07:07
Compare
Choose a tag to compare
  • Add short form
    $ soa4onnx -h
    
    usage:
        soa4onnx [-h]
        -if INPUT_ONNX_FILE_PATH
        -on OUTPUT_OP_NAMES [OUTPUT_OP_NAMES ...]
        -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.
    
      -on OUTPUT_OP_NAMES [OUTPUT_OP_NAMES ...], --output_op_names OUTPUT_OP_NAMES [OUTPUT_OP_NAMES ...]
            Output name to be added to the models output OP.
            e.g.
            --output_op_names "onnx::Gather_76" "onnx::Add_89"
    
      -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.2

25 May 06:54
d55f229
Compare
Choose a tag to compare
  • Security update
  • README update

1.0.1

20 May 13:40
Compare
Choose a tag to compare
  • Performance Tuning

1.0.0

20 May 11:35
448a0b9
Compare
Choose a tag to compare
  • Initial release