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
If model is DDP and we apply bias correction, different ranks will have different biases.
Solutions could be to apply only on rank 0 and then extend it to everyone else, or do an all_reduce
The text was updated successfully, but these errors were encountered:
If model is DDP and we apply bias correction, different ranks will have different biases.
Solutions could be to apply only on rank 0 and then extend it to everyone else, or do an all_reduce
The text was updated successfully, but these errors were encountered: