We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
resnet18.zip
When loading the model, inference session aborts without an informative error message.
import onnxruntime as ort ort.InferenceSession("resnet18.onnx")
yeilds
/opt/rh/gcc-toolset-14/root/usr/include/c++/14/bits/stl_vector.h:1149: std::vector<_Tp, _Alloc>::const_reference std::vector<_Tp, _Alloc>::operator[](size_type) const [with _Tp = onnxruntime::NodeArg*; _Alloc = std::allocator<onnxruntime::NodeArg*>; const_reference = onnxruntime::NodeArg* const&; size_type = long unsigned int]: Assertion '__n < this->size()' failed. fish: Job 1, 'python' terminated by signal SIGABRT (Abort)
No response
Linux
ubuntu
Released Package
1.21.0
Python
X64
Default CPU
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the issue
resnet18.zip
When loading the model, inference session aborts without an informative error message.
To reproduce
yeilds
Urgency
No response
Platform
Linux
OS Version
ubuntu
ONNX Runtime Installation
Released Package
ONNX Runtime Version or Commit ID
1.21.0
ONNX Runtime API
Python
Architecture
X64
Execution Provider
Default CPU
Execution Provider Library Version
No response
The text was updated successfully, but these errors were encountered: