Published September 25, 2022
| Version 1.1.29
Software
Open
Tools to convert ONNX files (NCHW) to TensorFlow format (NHWC)
Authors/Creators
Description
Reshape,Transpose- Special support for ShuffleNet patterns
5D Reshape -> 5D Transpose -> 4D Reshape- e.g.
1,2,72,16,16 -> 1,72,2,16,16 -> 1,144,16,16 - At this time, only the channel shuffling pattern of image processing is supported.
- [nanodet-plus] Conv layer shape wrong #15
| ONNX | TFLite |
|---|---|
Notes
Files
PINTO0309/onnx2tf-1.1.29.zip
Files
(377.5 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:055d06b92459eb09c707af95337cff2c
|
377.5 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/PINTO0309/onnx2tf/tree/1.1.29 (URL)