There is a newer version of the record available.

Published September 25, 2022 | Version 1.2.20
Software Open

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

Authors/Creators

Description

  • Transpose
    • Apply a workaround that avoids as much as possible that Transpose with more than 6 dimensions is converted to FlexTranspose
      • Before - 6D FlexTranspose
      • After - 6D Transpose
What's Changed

Full Changelog: https://github.com/PINTO0309/onnx2tf/compare/1.2.19...1.2.20

Notes

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

Files

PINTO0309/onnx2tf-1.2.20.zip

Files (400.6 kB)

Name Size Download all
md5:d8ee514251d64558694307210fbc8974
400.6 kB Preview Download

Additional details

Related works