Published September 25, 2022
| Version 1.2.14
Software
Open
Tools to convert ONNX files (NCHW) to TensorFlow format (NHWC)
Authors/Creators
Description
onnx2tf.pySubstitution because
saved_modeldoes 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)
- Substitution because saved_model does not allow leading slashes in op names by @PINTO0309 in https://github.com/PINTO0309/onnx2tf/pull/54
Full Changelog: https://github.com/PINTO0309/onnx2tf/compare/1.2.13...1.2.14
Notes
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
- Is supplement to
- https://github.com/PINTO0309/onnx2tf/tree/1.2.14 (URL)