We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is your feature request related to a problem? Please describe. AMP creates instability during training
Describe the solution you'd like Extend the AMP dtype selection as HuggingFace suggests here.
The text was updated successfully, but these errors were encountered:
Hi @danieltudosiu ,
Thanks very much for your feature request. Seems it's necessary to support the new A100 AMP features in the engines with torch.cuda.amp.autocast(): https://pytorch.org/docs/stable/amp.html#torch.cuda.amp.autocast. Let me think about it and get back soon.
with torch.cuda.amp.autocast()
Thanks.
Sorry, something went wrong.
Nic-Ma
Successfully merging a pull request may close this issue.
Is your feature request related to a problem? Please describe.
AMP creates instability during training
Describe the solution you'd like
Extend the AMP dtype selection as HuggingFace suggests here.
The text was updated successfully, but these errors were encountered: