Hello experts,
I translated mine with translate_onnx_model.
The input size of my network is
1x3x288x288.After the translation, the input size of the network is
288x288x3.The output has also been changed from
1x40x1x64 to 1x1x2560.
Why have these dimensions changed?

