pytorch_lightning.utilities.exceptions.MisconfigurationException: You requested gpu: [0, 1, 2, 3, 4, 5, 6, 7] But your machine only has: [0] #14749
Unanswered
marcelbra
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 4 comments 9 replies
-
I found my bug, it's something very random, probably doesn't help anyone if I describe what happened. Please close. |
Beta Was this translation helpful? Give feedback.
1 reply
-
I have the same issue |
Beta Was this translation helpful? Give feedback.
8 replies
-
@chenaoxuan which version of PL or lightning are you using? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I mistakenly used |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I want to run my training procedure in parallel, however, get
When I check for GPUs I get
None of them are being used at the time. What could be the problem? I found similar problems related to this, but none could resolve my problem and usually when someones asked no GPUs were detected at all.
I'm calling the trainer like so:
I'm on Ubuntu 20.04.5 LTS using Python 3.8.10.
What other information do you need?
/edit: Just noticed, maybe this is more appropriate in the ddp forum.
Beta Was this translation helpful? Give feedback.
All reactions