Published April 16, 2024
| Version 1.19.15
Software
Open
Tools to convert ONNX files (NCHW) to TensorFlow format (NHWC)
Authors/Creators
Description
SplitAdjusted behavior when Split assumes splitting into multiple sizes.
Fixed a bug that caused a list of constants to be transposed to NCHW when the tensor is split by multiple irregular constant sizes.
ONNX Split operation converts to a tf StridedSlice operation with outputs in the wrong order. #588
What's Changed
- Adjusted behavior when Split assumes splitting into multiple sizes by @PINTO0309 in https://github.com/PINTO0309/onnx2tf/pull/606
Full Changelog: https://github.com/PINTO0309/onnx2tf/compare/1.19.14...1.19.15
Notes
Files
PINTO0309/onnx2tf-1.19.15.zip
Files
(621.3 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:5062339b0e08ca398666cd5796f42aaf
|
621.3 kB | Preview Download |
Additional details
Related works
- Is supplement to
- Software: https://github.com/PINTO0309/onnx2tf/tree/1.19.15 (URL)