Skip to content

Releases: PINTO0309/onnx2json

2.0.4

25 Jan 22:53
Compare
Choose a tag to compare
  • Corrected errors in parameter notation

Full Changelog: 2.0.3...2.0.4

2.0.3

10 Sep 07:20
Compare
Choose a tag to compare
  • Add short form
    usage:
      onnx2json [-h]
      -if INPUT_ONNX_FILE_PATH
      -oj OUTPUT_JSON_PATH
      [-i JSON_INDENT]
    
    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 model path. (*.onnx)
    
      -oj OUTPUT_JSON_PATH, --output_json_path OUTPUT_JSON_PATH
          Output JSON file path (*.json) If not specified, no JSON file is output.
    
      -i JSON_INDENT, --json_indent JSON_INDENT
          Number of indentations in JSON. (default=2)
    

2.0.2

25 May 07:03
709125d
Compare
Choose a tag to compare
  • Security update
  • README update

2.0.1

02 May 23:34
Compare
Choose a tag to compare
  • CLI usage. output_json_path required

2.0.0

02 May 14:42
cf5feac
Compare
Choose a tag to compare
  1. Added functionality to be called from Python scripts.
  2. Added functionality to return JSON object return values in Dict format.
  3. Docker support.

v1.0.0

25 Apr 14:48
Compare
Choose a tag to compare

Init