Onnx2tf

Latest version: v1.27.1

Safety actively analyzes 723625 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 15 of 86

1.18.8

- https://s3.ap-northeast-2.wasabisys.com/temp-models/onnx2tf_529/latest.opset17.onnx
- `Reshape`
- Fixed a critical bug in `Reshape` accuracy correction process.
- Removed special workaround processing to accommodate ShuffleNet, which is no longer needed.
- `LayerNormalization`
- Added accuracy correction process.

![image](https://github.com/PINTO0309/onnx2tf/assets/33194443/3b0969b9-ea40-4cb5-ae89-03bfccde68a7)

- [[InSPyReNet] Swin Transformer Support question 312](https://github.com/PINTO0309/onnx2tf/issues/312)
- [Reshape Unmatched max abs error when doing ONNX and TF output value validation 478](https://github.com/PINTO0309/onnx2tf/issues/478)

What's Changed
* Fixed a critical bug in `Reshape`, `LayerNormalization` accuracy correction process by PINTO0309 in https://github.com/PINTO0309/onnx2tf/pull/529


**Full Changelog**: https://github.com/PINTO0309/onnx2tf/compare/1.18.7...1.18.8

1.18.7

- `MatMul`
- Improved processing speed of `MatMul` accuracy correction process.
- `Concat`
- Improved the high likelihood of accuracy degradation in `Concat` input tensors where all axes except the batch size are the same size.

What's Changed
* Improved processing speed of `MatMul` accuracy correction process by PINTO0309 in https://github.com/PINTO0309/onnx2tf/pull/527
* Improved the high likelihood of accuracy degradation in `Concat` input tensors where all axes except the batch size are the same size. by PINTO0309 in https://github.com/PINTO0309/onnx2tf/pull/528


**Full Changelog**: https://github.com/PINTO0309/onnx2tf/compare/1.18.6...1.18.7

1.18.6

- `MatMul`
- Improved `BatchMatMul` transformation stability in the presence of undefined dimensions in the input tensor.

What's Changed
* Improved `BatchMatMul` transformation stability in the presence of undefined dimensions in the input tensor. by PINTO0309 in https://github.com/PINTO0309/onnx2tf/pull/526


**Full Changelog**: https://github.com/PINTO0309/onnx2tf/compare/1.18.5...1.18.6

1.18.5

- `common_functions.py`
- Reduces the frequency of output shape mismatch.
- Improved conversion stability when the structure of the model is so complex that dummy inference is not possible.

What's Changed
* Reduces the frequency of output shape mismatch by PINTO0309 in https://github.com/PINTO0309/onnx2tf/pull/525


**Full Changelog**: https://github.com/PINTO0309/onnx2tf/compare/1.18.4...1.18.5

1.18.4

- `Col2Im`
- Pilot implementation of `Col2Im`.
- Large numbers of constants are generated, resulting in a bloated model size.
- Not all patterns are supported, and I have only verified the sample models I have on hand.
- [mobilenetmss.onnx.zip](https://github.com/PINTO0309/onnx2tf/files/12774861/mobilenetmss.onnx.zip)
- [[Music Source Separation] Is it possible to use onnx2tf lite to convert audio based onnx models to tflite models 443](https://github.com/PINTO0309/onnx2tf/issues/443)

What's Changed
* Pilot implementation of `Col2Im` by PINTO0309 in https://github.com/PINTO0309/onnx2tf/pull/524


**Full Changelog**: https://github.com/PINTO0309/onnx2tf/compare/1.18.3...1.18.4

1.18.3

- Improved stability of the overall model transformation when the input tensor contains two or more undefined dimensions.
- `Resize`
- Added optimization process for `Resize` with undefined dimensions.
- Valid only if the input tensor is fixed in NHWC.
- Axis transposition correction by JSON in this pattern is no longer necessary.
- https://github.com/PINTO0309/onnx2tf/files/12758261/retinaface_onnx_dynamic.onnx.zip
![image](https://github.com/PINTO0309/onnx2tf/assets/33194443/5c9a6d1c-6a51-4b5c-8c5e-83faf41202c7)
- convert
bash
onnx2tf \
-i retinaface_onnx_dynamic.onnx \
-osd \
-cotof

|onnx|Before tflite|After tflite|
|:-:|:-:|:-:|
|![image](https://github.com/PINTO0309/onnx2tf/assets/33194443/cde67708-de16-463e-8561-ad8b6dd2fec0)|![image](https://github.com/PINTO0309/onnx2tf/assets/33194443/4c301cae-ac6d-467c-92f6-24df39a9d413)|![image](https://github.com/PINTO0309/onnx2tf/assets/33194443/2b3c43ca-94b4-4761-a07e-93351d7ae457)|
![image](https://github.com/PINTO0309/onnx2tf/assets/33194443/584d006c-6676-4101-9428-dbfdc4da26d7)
- [Cannot use converted model with dynamic input shape 521](https://github.com/PINTO0309/onnx2tf/issues/521)

What's Changed
* Added optimization process for `Resize` with undefined dimensions by PINTO0309 in https://github.com/PINTO0309/onnx2tf/pull/523


**Full Changelog**: https://github.com/PINTO0309/onnx2tf/compare/1.18.2...1.18.3

Page 15 of 86

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.