Published September 25, 2022
| Version 1.1.16
Software
Open
Tools to convert ONNX files (NCHW) to TensorFlow format (NHWC)
Authors/Creators
Description
Supports model splitting.
- Interrupts model transformation at the specified output name and outputs the model partitioned into subgraphs.
Support for
--output_names_to_interrupt_model_conversionoption.-onimc OUTPUT_NAMES [OUTPUT_NAMES ...], \ --output_names_to_interrupt_model_conversion OUTPUT_NAMES [OUTPUT_NAMES ...] Output names that interrupt model conversion. Interrupts model transformation at the specified output name and outputs the model partitioned into subgraphs. e.g. --output_names_to_interrupt_model_conversion "output0" "output1" "output2"
Full Changelog: https://github.com/PINTO0309/onnx2tf/compare/1.1.15...1.1.16
Notes
Files
PINTO0309/onnx2tf-1.1.16.zip
Files
(367.8 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:7335f29ecc6eb1309e2912efddc27c52
|
367.8 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/PINTO0309/onnx2tf/tree/1.1.16 (URL)