Published June 7, 2023
| Version 1.13.9
Software
Open
Tools to convert ONNX files (NCHW) to TensorFlow format (NHWC)
Authors/Creators
Description
MatMul- Improved stability of transformations when
MatMulinput tensor contains undefined dimensions in cases where onnxsim (shape_inference) fails.
- Improved stability of transformations when
InstanceNormalization- Since the error between ONNX and TF in
InstanceNormalizationwas originally large, the criteria for accuracy check was relaxed.
- Since the error between ONNX and TF in
common_functions (explicit_broadcast)- Fixed
explicit_broadcastto skip subsequent processing ifinput_1andinput_2have exactly the same shape from the beginning.
- Fixed
- CREStereo conversion from onnx to tensorflow failed #380
- Improved stability of
MatMul,explicit_broadcast, andInstanceNormalizationtransformations by @PINTO0309 in https://github.com/PINTO0309/onnx2tf/pull/385
Full Changelog: https://github.com/PINTO0309/onnx2tf/compare/1.13.8...1.13.9
Notes
Files
PINTO0309/onnx2tf-1.13.9.zip
Files
(564.3 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:46401fccb13009922a0cb065d4e7556d
|
564.3 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/PINTO0309/onnx2tf/tree/1.13.9 (URL)