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
Fix DistributedDP Optimizer for Fast Gradient Clipping (#662)
Summary:
Pull Request resolved: #662
The step function incorrectly called "original_optimizer.original_optimizer" instead of "original_optimizer". Fixed it now.
Differential Revision: D60484128
0 commit comments