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 do inference using onnxruntime-openvino on Intel Arc 770 with a unimatch model I converted but encountered unknown exception in initialize.
Log:
`2024-01-03 23:29:21.308832538 [E:onnxruntime:, inference_session.cc:1790 Initialize] Encountered unknown exception in Initialize()
Traceback (most recent call last):
File "/home/yanzhech/code/unimatch/onnx_test.py", line 21, in <module>
ort_session = ort.InferenceSession("unimatch.onnx", providers=["OpenVINOExecutionProvider"],
File "/home/yanzhech/.conda/envs/OFVI/lib/python3.9/site-packages/onnxruntime/capi/onnxruntime_inference_collection.py", line 419, in __init__
self._create_inference_session(providers, provider_options, disabled_optimizers)
File "/home/yanzhech/.conda/envs/OFVI/lib/python3.9/site-packages/onnxruntime/capi/onnxruntime_inference_collection.py", line 471, in _create_inference_session
sess.initialize_session(providers, provider_options, disabled_optimizers)
onnxruntime.capi.onnxruntime_pybind11_state.RuntimeException: [ONNXRuntimeError] : 6 : RUNTIME_EXCEPTION : Encountered unknown exception in Initialize()`
I tested with another simple model using openvino EP and can be run without issue.
I also tested that the CUDAExecutionProvider can run the unimatch model as well.
Describe the issue
I was trying to do inference using onnxruntime-openvino on Intel Arc 770 with a unimatch model I converted but encountered unknown exception in initialize.
Log:
I tested with another simple model using openvino EP and can be run without issue.
I also tested that the CUDAExecutionProvider can run the unimatch model as well.
To reproduce
Package version:
Test script:
Onnx model:
unimatch.zip
Urgency
No response
Platform
Linux
OS Version
22.04
ONNX Runtime Installation
Released Package
ONNX Runtime Version or Commit ID
1.16.0
ONNX Runtime API
Python
Architecture
X64
Execution Provider
OpenVINO
Execution Provider Library Version
onnxruntime-openvino 1.16.0
The text was updated successfully, but these errors were encountered: