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
Now the reporting and monitoring (particularly with wandb) is only reporting statistics from global_rank 0. In a multi host environment we lose track of other machines.
It's better to report by local_rank:0.
The text was updated successfully, but these errors were encountered:
Now the reporting and monitoring (particularly with wandb) is only reporting statistics from global_rank 0. In a multi host environment we lose track of other machines.
It's better to report by local_rank:0.
The text was updated successfully, but these errors were encountered: