Tool/software:
When compiling an ONNX model using onnxrt_ep.py, I receive the message
"Kernel size (0x0) with stride (1x1) not supported"
for an avgpool that transforms a tensor of shape (1, 16, 56, 56) to (1, 16, 1, 1).
However, I do not receive this message for smaller kernel sizes.
Is there an upper limit on the kernel size?