There is a newer version of the record available.

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_conversion option.

      -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

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

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