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
PyTorch native AMP (i.e., torch.cuda.amp) interacts with the optimizers and expects certain behaviors out of the optimizers. We should add unit tests to make sure that those interactions are fine.
The text was updated successfully, but these errors were encountered:
PyTorch native AMP (i.e.,
torch.cuda.amp
) interacts with the optimizers and expects certain behaviors out of the optimizers. We should add unit tests to make sure that those interactions are fine.The text was updated successfully, but these errors were encountered: