Hello, I'm trying to run the robot using the provided model file, units_M_480x352.onnx, but it always crashes with the following error:
onnxruntime.capi.onnxruntime_pybind11_state.Fail: [ONNXRuntimeError] : 1 : FAIL : Failed to load model... Unsupported model IR version: 10, currently supported maximum IR version: 9
Environment information:
- Python 3.10 (64-bit)
- onnxruntime 1.16.3 (also tried 1.17.0)
- Windows 11
- Using the virtual environment as described in the installation guide
I also tried converting the model to IR version 9 using onnx.version_converter, but it failed due to a missing Reshape adapter.
Could you please provide a compatible model file, or suggest a solution to this problem?
Thank!
Hello, I'm trying to run the robot using the provided model file, units_M_480x352.onnx, but it always crashes with the following error:
onnxruntime.capi.onnxruntime_pybind11_state.Fail: [ONNXRuntimeError] : 1 : FAIL : Failed to load model... Unsupported model IR version: 10, currently supported maximum IR version: 9
Environment information:
I also tried converting the model to IR version 9 using onnx.version_converter, but it failed due to a missing Reshape adapter.
Could you please provide a compatible model file, or suggest a solution to this problem?
Thank!