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
maybe first check if cuda toolkit or cudnn is installed in your environment. That could the reason why your code does not detect any gpu.
One of the best practices is to use CUDA_Available_devices to see if gpus are detected or not
Hello, does anyone know? why the model train using CPU instead of GPU? I already have 4 GPU, but none of them are used for training.
The text was updated successfully, but these errors were encountered: