-
Notifications
You must be signed in to change notification settings - Fork 52
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
Enable new PyTorch autocast #649
Conversation
/test |
1 similar comment
/test |
19b9a3e
to
1173eba
Compare
pytorch_pfn_extras/utils/__init__.py
Outdated
@@ -1,2 +1 @@ | |||
from pytorch_pfn_extras.utils import checkpoint # NOQA | |||
from pytorch_pfn_extras.utils import comparer # NOQA |
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.
avoid circular deps when importing utils module from logic or runtime
/test |
/test |
/test |
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.
Thanks! Reviewed the API surface.
/test |
PTAL! |
PTAL!! |
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.
Maybe like this?
Co-authored-by: Kenichi Maehashi <939877+kmaehashi@users.noreply.github.com>
/test |
/test |
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.
Thanks, LGTM!
No description provided.