Distributed Training Env Variables #469
Answered
by
rwightman
ademyanchuk
asked this question in
Q&A
-
Thank you for the brilliant work you are doing. I have a question with regard to DDP training. What environment variables should one setup before start training? Cheers, |
Beta Was this translation helpful? Give feedback.
Answered by
rwightman
Mar 3, 2021
Replies: 1 comment 1 reply
-
@ademyanchuk I don't set any, I use the distributed_train.sh script as is for same-node DDP training. For multi-node, on the rare occasions I've used it, I manually add the rank/master info into the args of a similar shell script per-machine like the example below.
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ademyanchuk
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@ademyanchuk I don't set any, I use the distributed_train.sh script as is for same-node DDP training.
For multi-node, on the rare occasions I've used it, I manually add the rank/master info into the args of a similar shell script per-machine like the example below.