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
onnxruntime.capi.onnxruntime_pybind11_state.Fail: [ONNXRuntimeError] : 1 : FAIL : Load model from end2end.onnx failed:Fatal error: mmdeploy:grid_sampler(-1) is not a registered function/op
#320
Open
david33-a11 opened this issue
Feb 6, 2025
· 0 comments
Hello,
I'm trying to export a segmentation model to onnx. I updated the core_op to 'DCNv3_pytorch' and i was able to deploy the model and generate the onnx file. But then when i try to infer with this file using the onnxruntime library i get the following error:
onnxruntime.capi.onnxruntime_pybind11_state.Fail: [ONNXRuntimeError] : 1 : FAIL : Load model from end2end.onnx failed:Fatal error: mmdeploy:grid_sampler(-1) is not a registered function/op
Do you have any solution to the problem?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hello,
I'm trying to export a segmentation model to onnx. I updated the core_op to 'DCNv3_pytorch' and i was able to deploy the model and generate the onnx file. But then when i try to infer with this file using the onnxruntime library i get the following error:
onnxruntime.capi.onnxruntime_pybind11_state.Fail: [ONNXRuntimeError] : 1 : FAIL : Load model from end2end.onnx failed:Fatal error: mmdeploy:grid_sampler(-1) is not a registered function/op
Do you have any solution to the problem?
Thanks in advance.
The text was updated successfully, but these errors were encountered: