Access dataloader on a specific GPU instance #15859
Unanswered
vobecant
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
During the training, I need to access the dataloader sampled for the specific device. However, when I call
self.train_dataloader()
, I get the training dataloader for all the devices, i.e., the non-sampled one. Can you please help me and tell me how to access the device-specific dataloader?Thanks a lot in advance.
Beta Was this translation helpful? Give feedback.
All reactions