- `Unsqueeze`
- Improved propagation of NHWC flags under limited conditions in `Unsqueeze`.
- Reduces the frequency of shape unmatch errors in subsequent OPs.
- `common_functions.py`
- Implemented workarounds to avoid shape mismatch errors in `Mul`, `Sub`, `Div`, and `Mod` to improve overall model transformation stability.
bash
onnx2tf -i conv_tasnet_dnn.onnx -kat input -cotof
![image](https://github.com/PINTO0309/onnx2tf/assets/33194443/56cf380f-c4f1-4bc8-992b-9b2965e44896)
- [[DNN-based_source_separation] Facing issue in Mul node during conversion 460](https://github.com/PINTO0309/onnx2tf/issues/460)
What's Changed
* Improved propagation of NHWC flags under limited conditions in `Unsqueeze`. by PINTO0309 in https://github.com/PINTO0309/onnx2tf/pull/461
**Full Changelog**: https://github.com/PINTO0309/onnx2tf/compare/1.15.14...1.15.15