Published April 26, 2023
| Version 1.9.13
Software
Open
Tools to convert ONNX files (NCHW) to TensorFlow format (NHWC)
Authors/Creators
Description
onnx2tf.py- Added sanitizing of
:and/just before first dummy inference - ScaleMul.onnx.zip
- Before
onnx2tf \ -i ScaleMul.onnx \ -kat onnx__Mul_0 onnx__Mul_1 \ -cind "onnx::Mul_0" pos.npy \ -cind "onnx::Mul_1" pos_scales.npy \ -cotof - After
onnx2tf \ -i ScaleMul.onnx \ -kat onnx__Mul_0 onnx__Mul_1 \ -cind "onnx__Mul_0" pos.npy \ -cind "onnx__Mul_1" pos_scales.npy \ -cotof
- Added sanitizing of
onnx
- result
tflite
- [DN-DAB-DETR] The output of ONNX's Mul OP is different from the TFLite's output. #327
- Fixes the order of sanitizing processing for : and / when using the -kat and -cind options. #328
- Added sanitizing of
:and/just before first dummy inference by @PINTO0309 in https://github.com/PINTO0309/onnx2tf/pull/329
Full Changelog: https://github.com/PINTO0309/onnx2tf/compare/1.9.12...1.9.13
Notes
Files
PINTO0309/onnx2tf-1.9.13.zip
Files
(547.6 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:4aebab551789db56d5746d824211202b
|
547.6 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/PINTO0309/onnx2tf/tree/1.9.13 (URL)