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
If I want to use the GPU for computing, what should I do?
You don't need to do anything! The code already checks for the availability of GPUs! If it finds any, it will automatically use GPUs. If you want to run the code on a specific GPU, assign the id by using CUDA_VISIBLE_DEIVCES=0,1 python main.py ...
No description provided.
The text was updated successfully, but these errors were encountered: