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 have use the "os.environ["CUDA_VISIBLE_DEVICES"] = "0,1,2,3", but the traing still use CPU. How to setting to use GPU?
os.environ["CUDA_VISIBLE_DEVICES"] = "0,1,2,3"
I have use the "os.environ["CUDA_VISIBLE_DEVICES"] = "0,1,2,3", but the traing still use CPU. How to setting to use GPU?
os.environ["CUDA_VISIBLE_DEVICES"] = "0,1,2,3"