DataModule: Explicit Barrier Needed Between prepare_data and setup for Multi-GPU #20625
Unanswered
piyushumate
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.
-
Hello, I am actually new to lightning.
I have the following structure for my project.
I have a single node multi GPU setup. In the other ranks in setup, its saying that the file doesn't exist (after download). Do I need to add barrier to synchronize so that all ranks (and processes) will eventually have access to the file?
Beta Was this translation helpful? Give feedback.
All reactions