Tool/software:
Dear Team,
I am trying to infer image of size (512 x 1024) on the target, but it is giving me below error.
Although, the same network I am able to infer at (320 x 512) resolution on target.
Also, when I am removing below layers, then I am able to infer on target at (512 x 1024) resolution:
'''
1. self.avg_layer = nn.AvgPool2d(kernel_size=3, stride=1, padding=1)
2. def channel_shuffle(x, groups):
Is there something which I can change during importing the ONNX?
Thanks and Regards,
Adarsh Kumar