Open SincereJoy opened 3 years ago
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?
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?