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
Thanks very much for the great work. I think if grad acc and DDP is used, gradients will only do all-reduce in optimizer's closure calling time. Besides, the closure will only contains last batch's training data and can't do step2's gradient recalculation.
The text was updated successfully, but these errors were encountered:
Thanks very much for the great work. I think if grad acc and DDP is used, gradients will only do all-reduce in optimizer's closure calling time. Besides, the closure will only contains last batch's training data and can't do step2's gradient recalculation.
The text was updated successfully, but these errors were encountered: