You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the current mpirun to launch the torch distributed data parallel (DDP) training gives error ValueError: Error initializing torch.distributed using env:// rendezvous: environment variable RANK expected, but not set. Therefore in order to enable the multi-gpu training for torch backend, once backend = "torch" is detected in returnn config, ReturnnTrainingJob will now use torchrun to launch DDP training.
The text was updated successfully, but these errors were encountered:
Using the current mpirun to launch the torch distributed data parallel (DDP) training gives error
ValueError: Error initializing torch.distributed using env:// rendezvous: environment variable RANK expected, but not set
. Therefore in order to enable the multi-gpu training for torch backend, oncebackend = "torch"
is detected in returnn config, ReturnnTrainingJob will now use torchrun to launch DDP training.The text was updated successfully, but these errors were encountered: