Published September 25, 2022
| Version 1.3.1
Software
Open
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]
- input:
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]
- input:
Notes
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
- Is supplement to
- https://github.com/PINTO0309/onnx2tf/tree/1.3.1 (URL)