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
pytorch_lightning.utilities.exceptions.MisconfigurationException: You requested GPUs: [1]
But your machine only has: []
What dose this mean and how to deal?
The text was updated successfully, but these errors were encountered:
My guess is that you're running on a machine that does not have CUDA GPU, or you haven't connected to GPU on Google Colab.
As for the "[1]" part, it is configured in the yaml files. if your GPU is on index 0, change it to [0].
pytorch_lightning.utilities.exceptions.MisconfigurationException: You requested GPUs: [1]
But your machine only has: []
What dose this mean and how to deal?
The text was updated successfully, but these errors were encountered: