Replies: 2 comments 3 replies
-
I would focus on checking on your GPU utilization more than CPUs. The CPUs aren't really used in the training process. Are you experiencing problems with the training speed? |
Beta Was this translation helpful? Give feedback.
3 replies
-
It could be that each GPU is being driven by one CPU core, hence 4 x CPU cores are running... just a thought. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I tried to run the sample code in the quick start section on a new computer with 64 cores CPU and 4 RTX A6000 GPU cards. However, I observed that only 4 CPU cores were being utilized in the training process. I would appreciate any advice on how to leverage all the CPU and GPU resources to speed up the training process. Thank you.
Beta Was this translation helpful? Give feedback.
All reactions