You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to convert a pytorch .pth file to an onnx file. There're two CrossMapLRN2d layers in my model. And I got this runtime error: ONNX export failed: Couldn't export Python operator CrossMapLRN2d. What should I do to solve this problem?
The text was updated successfully, but these errors were encountered:
RuntimeError: ONNX export failed: Couldn't export Python operator CrossMapLRN2d
Question
I was trying to convert a pytorch .pth file to an onnx file. There're two CrossMapLRN2d layers in my model. And I got this runtime error: ONNX export failed: Couldn't export Python operator CrossMapLRN2d. What should I do to solve this problem?
The text was updated successfully, but these errors were encountered: