-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
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
Pass the scaler as an input to NativeMixedPrecisionPlugin
#10055
Conversation
Build Error! No Linked Issue found. Please link an issue or mention it in the body using #<issue_id> |
Build Error! No Linked Issue found. Please link an issue or mention it in the body using #<issue_id> |
Codecov Report
@@ Coverage Diff @@
## master #10055 +/- ##
========================================
- Coverage 93% 89% -4%
========================================
Files 182 181 -1
Lines 16149 16136 -13
========================================
- Hits 14939 14313 -626
- Misses 1210 1823 +613 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM !
Co-authored-by: thomas chaton <thomas@grid.ai>
Will you add the addition of the scaler argument in the changelog? Even if the api is considered unstable, I think it should still be mentioned. |
Build Error! No Linked Issue found. Please link an issue or mention it in the body using #<issue_id> |
2 similar comments
Build Error! No Linked Issue found. Please link an issue or mention it in the body using #<issue_id> |
Build Error! No Linked Issue found. Please link an issue or mention it in the body using #<issue_id> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
What does this PR do?
Lets PyTorch infer the dtype for torch>=1.10Does your PR introduce any breaking changes? If yes, please list them.
UNSTABLE API: The
__init__
signature has changedBefore submitting
PR review