[ ] I have searched related issues but cannot get the expected help.
[ ] 2. I have read the FAQ documentation but cannot get the expected help.
[ ] 3. The bug has not been fixed in the latest version.
Describe the bug
I met an error when I export rtmo model to onnx
RuntimeError: Exporting the operator linalg_norm to ONNX opset version 11 is not supported. Please feel free to request support or submit a pull request on PyTorch GitHub.
Who can tell me the reason about this Error and how to fix it?
Checklist
Describe the bug
I met an error when I export rtmo model to onnx
RuntimeError: Exporting the operator linalg_norm to ONNX opset version 11 is not supported. Please feel free to request support or submit a pull request on PyTorch GitHub.
Who can tell me the reason about this Error and how to fix it?Reproduction
python3 /home/an/MMDeploy/tools/deploy.py configs/mmpose/pose-detection_rtmo_onnxruntime_dynamic.py ../mmpose/configs/body_2d_keypoint/rtmo/body7/rtmo-s_8xb32-600e_body7-640x640.py ../rtmo-l_16xb16-600e_body7-640x640-b37118ce_20231211.pth ../image.jpg --work-dir rtmo_result --device cpu --show --dump-info
Environment
Error traceback
No response