1. Content and background
- FastestDet.onnx
https://github.com/PINTO0309/onnx2tf/releases/download/1.1.28/fastestdet.onnx
- MODNet.onnx
https://github.com/DeepranjanG/Image_Background_Removal
https://github.com/DeepranjanG/Image_Background_Removal/raw/main/pretrained/modnet.onnx
2. Issue number (only if there is a related issue)
- [[FastestDet] ValueError: Exception encountered when calling layer "tf.nn.convolution_4" (type TFOpLambda) 27](https://github.com/PINTO0309/onnx2tf/issues/27)
- [[MODNet] Dimensions must be equal, but are 15 and 1280 for '{{node tf.math.multiply_17/Mul}} = Mul[T=DT_FLOAT](Placeholder, Placeholder_1)' with input shapes: [1,15,20,1280], [1,1280,15,20] 37](https://github.com/PINTO0309/onnx2tf/issues/37)
- https://github.com/ENOT-AutoDL/onnx2torch/discussions/99
What's Changed
* [Experimental] Automatic transposition of input values (valid only if immediately preceding is "Conv") by PINTO0309 in https://github.com/PINTO0309/onnx2tf/pull/36
**Full Changelog**: https://github.com/PINTO0309/onnx2tf/compare/1.1.46...1.2.0