Both GPUs are getting same data from IterableDataset with DDP #20115
Unanswered
akshat-suwalka
asked this question in
DDP / multi-GPU / multi-node
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey Guys,
I am working on Large dataset which cannot be loaded in Memory. So I move to IterableDataset.
I have 1 node which have 2 gpus (T4) each of memory around 110GB
I am following the doc which tells how to IterableDataset for multi gpus. When i am applying for my code then i found that my both GPU are getting same data. Can anyone please help me to understand what i am missing?
Below is my code
`
Output for reference
Beta Was this translation helpful? Give feedback.
All reactions