Open Tian14267 opened 4 years ago
I use pip install onnxruntime-gpu , and I get this error:
pip install onnxruntime-gpu
module 'onnxruntime' has no attribute 'InferenceSession'
when I use: sess = onnxruntime.InferenceSession(model_path)
sess = onnxruntime.InferenceSession(model_path)
My onnxruntime version was '0.5.0'
What is your version?
I use
pip install onnxruntime-gpu
, and I get this error:module 'onnxruntime' has no attribute 'InferenceSession'
when I use:
sess = onnxruntime.InferenceSession(model_path)