Uncaught (in promise) TypeError: cannot resolve operator 'MaxPool' with opsets: ai.onnx v11
shiragit opened this issue · 3 comments
shiragit commented
Hi,
I've exported a torch model to onnx with op_set=11.
When tried to load with onnx.js I got the following error:
Uncaught (in promise) TypeError: cannot resolve operator 'MaxPool' with opsets: ai.onnx v11
MaxPool is a supported operator according to the docs.
Exporting to onnx with op_set=10 is not an option due to other unsupported ops.
Thanks!
htfy96 commented
I believe op_set=10 doesn't work either because
says that only 1-9 are supported.sontr-n commented
has anyone resolved this?