There is a newer version of the record available.

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 MatMul input tensor contains undefined dimensions in cases where onnxsim (shape_inference) fails.
  • InstanceNormalization
    • Since the error between ONNX and TF in InstanceNormalization was originally large, the criteria for accuracy check was relaxed.
  • common_functions (explicit_broadcast)
    • Fixed explicit_broadcast to skip subsequent processing if input_1 and input_2 have exactly the same shape from the beginning.
  • CREStereo conversion from onnx to tensorflow failed #380
What's Changed

Full Changelog: https://github.com/PINTO0309/onnx2tf/compare/1.13.8...1.13.9

Notes

If you use onnx2tf in your research, please cite it using these metadata.

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