1.18.2
- Improved conversion stability when multiple undefined dimensions exist in the input tensor.
Gather
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
What's Changed
- Fix
Gather
parameter substitution logic by @PINTO0309 in #522
Full Changelog: 1.18.1...1.18.2