Published September 29, 2023
| Version 1.18.2
Software
Open
Tools to convert ONNX files (NCHW) to TensorFlow format (NHWC)
Creators
Description
- Improved conversion stability when multiple undefined dimensions exist in the input tensor.
Gather
- Fix parameter substitution logic.
- Cannot use converted model with dynamic input shape #521
- retinaface_onnx_dynamic.onnx.zip
- https://github.com/PINTO0309/onnx2tf/blob/main/json_samples/replace_retinaface_dynamic_shape.json |onnx|tflite| |:-:|:-:| |||
onnx2tf.py
- Fix parameter replacement logic.
Concat
,common_functions.py
- Added the ability to swap axes using
Gather
instead ofTranspose
when the tensor to be concatenated is a 1D tensor.
- Added the ability to swap axes using
- Fix
Gather
parameter substitution logic by @PINTO0309 in https://github.com/PINTO0309/onnx2tf/pull/522
Full Changelog: https://github.com/PINTO0309/onnx2tf/compare/1.18.1...1.18.2
Notes
Files
PINTO0309/onnx2tf-1.18.2.zip
Files
(604.0 kB)
Name | Size | Download all |
---|---|---|
md5:dea2200b77c427e1bd5583f96f3ac476
|
604.0 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/PINTO0309/onnx2tf/tree/1.18.2 (URL)