There is a newer version of the record available.

Published February 11, 2023 | Version 1.6.4
Software Open

Tools to convert ONNX files (NCHW) to TensorFlow format (NHWC)

Authors/Creators

Description

  • Work around a bug in TensorFlow's model optimizer. Reducemax -> Subtract -> Softmax
  • There seems to be a rather critical bug in TensorFlow's Softmax.
  • Fatal bug where Reducemax and Subtract are ignored
  • Before |onnx|Left: Keras .h5, Right: tflite| |:-:|:-:| |||
  • After
  • ReduceMax before Softmax ignored during conversion #182
What's Changed

Full Changelog: https://github.com/PINTO0309/onnx2tf/compare/1.6.3...1.6.4

Notes

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

Files

PINTO0309/onnx2tf-1.6.4.zip

Files (473.3 kB)

Name Size Download all
md5:0f9981a254ea156f6dcbcfb8d768a908
473.3 kB Preview Download

Additional details

Related works