There is a newer version of the record available.

Published February 25, 2023 | Version 1.7.7

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

Authors/Creators

Description

  • Softmax
    1. Skip error check if onnx and tensorflow input geometry is an exact match and axis is exactly the same.
    2. Also, skip the process of forced replacement of axis.
    3. This modification increases the speed of model conversion by skipping the unnecessary accuracy check process.
  • With this modification, the output of ShadowFormer matches perfectly.
  • [ShadowFormer] Unnecessary Transpose extrapolated immediately after Softmax #205
What's Changed

Full Changelog: https://github.com/PINTO0309/onnx2tf/compare/1.7.6...1.7.7

Notes

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

Files

PINTO0309/onnx2tf-1.7.7.zip

Files (491.6 kB)

Name Size Download all
md5:88e7664d9f439958e35215caa001a508
491.6 kB Preview Download

Additional details

Related works