There is a newer version of the record available.

Published September 25, 2022 | Version 1.2.14
Software Open

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

Authors/Creators

Description

  • onnx2tf.py

    • Substitution because saved_model does not allow leading slashes in op names.

      graph_input.name = re.sub('^/', 'wa/', graph_input.name)
      
      graph_node.name = re.sub('^/', 'wa/', graph_node.name)
      
What's Changed

Full Changelog: https://github.com/PINTO0309/onnx2tf/compare/1.2.13...1.2.14

Notes

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

Files

PINTO0309/onnx2tf-1.2.14.zip

Files (393.3 kB)

Name Size Download all
md5:4a74ef4d9534c0b4119e653b9ec6f0d0
393.3 kB Preview Download

Additional details

Related works