Published February 11, 2023
| Version 1.6.4
Software
Open
Tools to convert ONNX files (NCHW) to TensorFlow format (NHWC)
Authors/Creators
Description
- Work around a bug in TensorFlow's model optimizer.
Reducemax->Subtract->Softmax - There seems to be a rather critical bug in TensorFlow's
Softmax. - Fatal bug where
ReducemaxandSubtractare ignored - Before |onnx|Left: Keras .h5, Right: tflite| |:-:|:-:| |||
- After
- ReduceMax before Softmax ignored during conversion #182
- Work around a bug in TensorFlow's model optimizer.
Reducemax->Subtract->Softmaxby @PINTO0309 in https://github.com/PINTO0309/onnx2tf/pull/183
Full Changelog: https://github.com/PINTO0309/onnx2tf/compare/1.6.3...1.6.4
Notes
Files
PINTO0309/onnx2tf-1.6.4.zip
Files
(473.3 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:0f9981a254ea156f6dcbcfb8d768a908
|
473.3 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/PINTO0309/onnx2tf/tree/1.6.4 (URL)