- `ReduceL1`, `ReduceL2`, `ReduceLogSum`, `ReduceLogSumExp`, `ReduceMax`, `ReduceMean`, `ReduceMin`, `ReduceProd`, `ReduceSum`, `ReduceSumSquare`
- Improve stability of `axes` conversion when an unknown dimension order other than NCHW is input to `ReduceXXX`.
- Automatically compensates for mistakes in `axes` dimensional transpositions.
- Error


- Fixed

- [Op Error about "Transpose" 616](https://github.com/PINTO0309/onnx2tf/issues/616)
What's Changed
* Improve stability of `axes` conversion when an unknown dimension order other than NCHW is input to `ReduceXXX` by PINTO0309 in https://github.com/PINTO0309/onnx2tf/pull/617
**Full Changelog**: https://github.com/PINTO0309/onnx2tf/compare/1.20.2...1.20.3