tutorials icon indicating copy to clipboard operation
tutorials copied to clipboard

RuntimeError: ONNX export failed: Couldn't export Python operator CrossMapLRN2d

Open SincereJoy opened this issue 3 years ago • 0 comments

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?

SincereJoy avatar Mar 13 '21 06:03 SincereJoy