Skip to content

Releases: PINTO0309/simple-onnx-processing-tools

1.1.32

22 Apr 14:23
a2584cc
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

Full Changelog: 1.1.31...1.1.32

1.1.31

22 Apr 10:51
acecec0
Compare
Choose a tag to compare

spo4onnx v1.0.4: https://github.com/PINTO0309/spo4onnx

  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

Full Changelog: 1.1.30...1.1.31

1.1.30

23 Sep 13:02
009384f
Compare
Choose a tag to compare

1.1.29

20 Sep 04:47
9d4b1df
Compare
Choose a tag to compare
  • ssc4onnx v1.0.5 https://github.com/PINTO0309/ssc4onnx
    ONNX_DTYPES_TO_NUMPY_DTYPES: dict = {
        f'{onnx.TensorProto.FLOAT16}': np.float16,
        f'{onnx.TensorProto.FLOAT}': np.float32,
        f'{onnx.TensorProto.DOUBLE}': np.float64,
        f'{onnx.TensorProto.INT8}': np.int8,
        f'{onnx.TensorProto.INT16}': np.int16,
        f'{onnx.TensorProto.INT32}': np.int32,
        f'{onnx.TensorProto.INT64}': np.int64,
        f'{onnx.TensorProto.UINT8}': np.uint8,
        f'{onnx.TensorProto.UINT16}': np.uint16,
        f'{onnx.TensorProto.UINT32}': np.uint32,
        f'{onnx.TensorProto.UINT64}': np.uint64,
    }
  • spo4onnx v1.0.1 https://github.com/PINTO0309/spo4onnx

1.1.28

18 Sep 07:46
2467c99
Compare
Choose a tag to compare

Full Changelog: 1.1.27...1.1.28

1.1.27

08 Sep 01:26
e34553b
Compare
Choose a tag to compare

1.1.26

02 Sep 04:44
52bd1c7
Compare
Choose a tag to compare

1.1.25

16 Aug 14:23
f2a3674
Compare
Choose a tag to compare

Full Changelog: 1.1.24...1.1.25

1.1.24

05 Aug 05:05
c47eee4
Compare
Choose a tag to compare
  • snc4onnx v1.0.12
  • onnx2tf v1.15.8

Full Changelog: 1.1.23...1.1.24

1.1.23

16 Jul 13:17
e470669
Compare
Choose a tag to compare