There is a newer version of the record available.

Published September 25, 2022 | Version 1.3.1

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

Authors/Creators

Description

Improved handling of pre_explicit_broadcast.

  • e.g.1

    • input:
      • input_tensor_1: [1,80,80,12]
      • input_tensor_2: [1,12,1,1]
    • output:
      • input_tensor_1: [1,80,80,12]
      • input_tensor_2: [12]
  • e.g.2

    • input:
      • input_tensor_1: [1,2,3,4]
      • input_tensor_2: [1,3,1,1]
    • output:
      • input_tensor_1: [1,2,3,4]
      • input_tensor_2: [3,1]

Notes

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

Files

PINTO0309/onnx2tf-1.3.1.zip

Files (415.9 kB)

Name Size Download all
md5:d4c3b77f8573b99d92705b909794edc4
415.9 kB Preview Download

Additional details

Related works