Published September 25, 2022
| Version 1.2.22
Software
Open
Tools to convert ONNX files (NCHW) to TensorFlow format (NHWC)
Authors/Creators
Description
Add,Div,Mul,Subhttps://github.com/PINTO0309/onnx2tf/releases/download/1.1.28/sinet_320_op.onnx Shrink a tensor whose
input_tensor_1andinput_tensor_2have the same rank and all but one dimension is 1. This is a workaround to avoid the pattern of failure ofexplicit_broadcastin subsequent processing. https://github.com/gmalivenko/onnx2keras/issues/84e.g. 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]
Notes
Files
PINTO0309/onnx2tf-1.2.22.zip
Files
(401.0 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:badebb9e0a166dce885df688b5650580
|
401.0 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/PINTO0309/onnx2tf/tree/1.2.22 (URL)