How to train with multiple GPU on Kaggle? #18101
Unanswered
lcoandrade
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 2 comments 1 reply
-
Hi, have you figured out what is the reason for that? |
Beta Was this translation helpful? Give feedback.
1 reply
-
I think you need to use something like this:
|
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.
-
I'm working on a Kaggle notebook. When I'm working with the P100 configuration everything works fine.
But when I change my environment to GPU T4x2 and set
strategy = 'ddp_notebook'
in my trainer it doesn't work and I receive this error:This is my trainer:
What can be the reason for this problem?
Beta Was this translation helpful? Give feedback.
All reactions