GPU usage at 0 #10589
Answered
by
brandaobrandisborges
brandaobrandisborges
asked this question in
Help: Coding & Implementations
-
Specs:
Code implementation:
The code above takes around 10 seconds to run, and it doesn't change GPU usage, whilist one of my CPU cores stays at 100% during processing. Am I doing anything wrong? |
Beta Was this translation helpful? Give feedback.
Answered by
brandaobrandisborges
Mar 31, 2022
Replies: 1 comment
-
Everything is fine. I have been able to compare the results and the CPU usage is to load the model. Also, when switching to between GPU/CPU I can notice a performance difference, CPU being faster for this small task. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
brandaobrandisborges
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Everything is fine. I have been able to compare the results and the CPU usage is to load the model. Also, when switching to between GPU/CPU I can notice a performance difference, CPU being faster for this small task.