Replies: 1 comment
-
Hi @hw-ju, when doing multi-node training, I think the synthetic data will be generated to the same directory but on different nodes, so it's necessary. |
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.
-
Hi there,
In the tutorial script unet_training_ddp.py, it seems all local_rank = 0 at each node will generate synthetic data to the same directory when we do multi-node training. Is it necessary and safe? Or shall we only let global_rank = 0 to generate data?
Beta Was this translation helpful? Give feedback.
All reactions