Published February 25, 2023
| Version 1.7.7
Software
Open
Tools to convert ONNX files (NCHW) to TensorFlow format (NHWC)
Authors/Creators
Description
Softmax- Skip error check if onnx and tensorflow input geometry is an exact match and
axisis exactly the same. - Also, skip the process of forced replacement of
axis. - This modification increases the speed of model conversion by skipping the unnecessary accuracy check process.
- Skip error check if onnx and tensorflow input geometry is an exact match and
- With this modification, the output of
ShadowFormermatches perfectly. - [ShadowFormer] Unnecessary Transpose extrapolated immediately after Softmax #205
- Skip error check if onnx and tensorflow input geometry is an exact match and axis is exactly the same. Also, skip the process of forced replacement of axis. by @PINTO0309 in https://github.com/PINTO0309/onnx2tf/pull/206
Full Changelog: https://github.com/PINTO0309/onnx2tf/compare/1.7.6...1.7.7
Notes
Files
PINTO0309/onnx2tf-1.7.7.zip
Files
(491.6 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:88e7664d9f439958e35215caa001a508
|
491.6 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/PINTO0309/onnx2tf/tree/1.7.7 (URL)