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
I ran on two GPUs by modifying the code in main.py, line 21.
I changed it from os.environ['CUDA_VISIBLE_DEVICES'] = '4,5,6,7' to os.environ['CUDA_VISIBLE_DEVICES'] = '0,1' (or use whatever device IDs you want to use)
I use two gpus, how do I modify the parameters?thank you
The text was updated successfully, but these errors were encountered: