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
An officially supported task in the examples folder (such as GLUE/SQuAD, ...)
My own task or dataset (give details below)
Reproduction (minimal, reproducible, runnable)
Hi, I'm running my customized onnx model with optimum with CUDA using ORTModelForCustomTasks. I can run my model with both CPU and Intel-Openvino. However, when I run the script below, it shows errors AttributeError: 'ORTModelForCustomTasks' object has no attribute 'inputs_names' which I assumed related to optimum/onnxruntime/io_binding/io_binding_helper.py:160. It would be helpful if you can provide some hints with this issue.
System Info
Who can help?
@JingyaHuang @echarlaix
Information
Tasks
examples
folder (such as GLUE/SQuAD, ...)Reproduction (minimal, reproducible, runnable)
Hi, I'm running my customized onnx model with optimum with CUDA using
ORTModelForCustomTasks
. I can run my model with both CPU and Intel-Openvino. However, when I run the script below, it shows errorsAttributeError: 'ORTModelForCustomTasks' object has no attribute 'inputs_names'
which I assumed related tooptimum/onnxruntime/io_binding/io_binding_helper.py:160
. It would be helpful if you can provide some hints with this issue.Expected behavior
I would expect the code to be run and provide similar detection output like running on onnx model with CPU.
The text was updated successfully, but these errors were encountered: