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
{{ message }}
This repository has been archived by the owner on Oct 30, 2019. It is now read-only.
I am running this code on a server. I use CUDA_VISIBLE_DEVICES=0 to ensure that I only use 1 GPU. But this code uses nearly all the CPU kernels during the training time, which make other users difficult to use the server. I want to know how to control the CPU usage?? Thanks a lot.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am running this code on a server. I use CUDA_VISIBLE_DEVICES=0 to ensure that I only use 1 GPU. But this code uses nearly all the CPU kernels during the training time, which make other users difficult to use the server. I want to know how to control the CPU usage?? Thanks a lot.
The text was updated successfully, but these errors were encountered: