There is a newer version of the record available.

Published February 13, 2023 | Version 1.6.6
Software Open

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

Authors/Creators

Description

# Bring back output names from ONNX model
for output, name in zip(outputs, output_names):
    output.node.layer._name = name.replace(':','_')
    if output_signaturedefs:
        output.node.layer._name = re.sub('^/', '', output.node.layer._name)

Full Changelog: https://github.com/PINTO0309/onnx2tf/compare/1.6.5...1.6.6

Notes

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

Files

PINTO0309/onnx2tf-1.6.6.zip

Files (473.3 kB)

Name Size Download all
md5:d0936e3e8e850f3ce66db083d686eb84
473.3 kB Preview Download

Additional details

Related works