Why is the response time of ONNX Runtime increasing? #14499
Unanswered
RezaHajimohammadi
asked this question in
Other Q&A
Replies: 2 comments 2 replies
-
Can u pls loop the Run for 10 times and see? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Are you doing this in a tight loop? There's also the possibility of thermal throttling of your CPU or GPU (easy to see in monitoring tools if your clock speed drops). |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm using from ONNX Runtime library to inference my deep neural network model in c++. My problem is that the processing time increases after a while. I have given more details in the link below:
https://stackoverflow.com/questions/75246419/why-is-the-response-time-of-onnx-runtime-increasing
Beta Was this translation helpful? Give feedback.
All reactions