Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MisconfigurationException #81

Open
Russellbjtu opened this issue Oct 15, 2023 · 1 comment
Open

MisconfigurationException #81

Russellbjtu opened this issue Oct 15, 2023 · 1 comment

Comments

@Russellbjtu
Copy link

pytorch_lightning.utilities.exceptions.MisconfigurationException: You requested GPUs: [1]
But your machine only has: []
What dose this mean and how to deal?

@codeuntilcold
Copy link

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].

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants