Trainer initializing multiple copies of model on single GPU #6310
Unanswered
naveenkumarmarri
asked this question in
DDP / multi-GPU / multi-node
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to train a model using
ddp
on single machine multi GPU. I'm seeing that multiple copies of the model is being initialized on single GPU. This is leading to cuda out of memory issues.Lightning invocation
Beta Was this translation helpful? Give feedback.
All reactions