Multiple GPU training #1479
Unanswered
lcoandrade
asked this question in
Q&A
Replies: 1 comment 1 reply
-
There's no reason on the TorchGeo side why this wouldn't work, we use multiple GPUs all the time. I'm not familiar with all of the Lightning Trainer settings. Might be worth opening a discussion in the Lightning repo to see if there's anything obvious. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Do I need to do something extra to be able to train with multiple GPUs or just setting a Lighting Trainer with strategy, accelerator and devices like the code below is enough:
I'm mentioning
strategy='ddp_notebook'
because I'm working on Kaggle.I'm asking this because when I set my notebook to use GPU T4x2, I get the following error:
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions