Skip to content

Releases: PINTO0309/soc4onnx

1.0.2

09 Sep 16:28
Compare
Choose a tag to compare
  • Add short form parameter
    $ soc4onnx -h
    
    usage:
        soc4onnx [-h]
        -if INPUT_ONNX_FILE_PATH
        -of OUTPUT_ONNX_FILE_PATH
        -os OPSET
        [-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.
    
      -os OPSET, --opset OPSET
            opset number to be changed. e.g. --opset 11
    
      -n, --non_verbose
            Do not show all information logs. Only error logs are displayed.
    

1.0.1

25 May 06:43
1183d20
Compare
Choose a tag to compare
  • Security update
  • README update

1.0.0

16 Apr 01:10
4b6b8dc
Compare
Choose a tag to compare
  • Initial release