Published September 25, 2022
| Version 1.1.38
Software
Open
Tools to convert ONNX files (NCHW) to TensorFlow format (NHWC)
Authors/Creators
Description
1. Content and background
2. Summary of corrections
Add,Sub,Mul,Div- Fixed to disable as much as possible unnecessary transpose inverted to NCHW.
ReduceMax,ReduceMean,ReduceMin,ReduceProd,ReduceSum- Optimize wasteful loop processing.
- Fixed to disable as much as possible unnecessary transpose inverted to NCHW.
- Before
- After
[ConvNext] Add layer shape wrong #17
What's Changed- Disable unnecessary transpose, and optimize wasteful loop processing by @PINTO0309 in https://github.com/PINTO0309/onnx2tf/pull/29
Full Changelog: https://github.com/PINTO0309/onnx2tf/compare/1.1.37...1.1.38
Notes
Files
PINTO0309/onnx2tf-1.1.38.zip
Files
(386.0 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:f4fd420de66844038c570b00b190d38b
|
386.0 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/PINTO0309/onnx2tf/tree/1.1.38 (URL)