Published February 13, 2023
| Version 1.6.6
Software
Open
Tools to convert ONNX files (NCHW) to TensorFlow format (NHWC)
Authors/Creators
Description
- Escaping
:,/insaved_modeloutput name rewrite. - Conversion fails with ONNX with : in node names #186
# 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
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
- Is supplement to
- https://github.com/PINTO0309/onnx2tf/tree/1.6.6 (URL)