-
Notifications
You must be signed in to change notification settings - Fork 356
Prepare for "Fix type-safety of torch.nn.Module instances": fbcode/a*
#3088
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
Conversation
|
This pull request was exported from Phabricator. Differential Revision: D66233582 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3088 +/- ##
=======================================
Coverage 95.74% 95.74%
=======================================
Files 488 488
Lines 49769 49769
=======================================
Hits 47653 47653
Misses 2116 2116 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
…a* (facebook#3088) Summary: In D52890934 we are tightening the type signature on attributes on nn Module. To do this, we need to first apply Pyre fixme to all sites that were relying on the old Any. This diff shards out all changes to files that begin with a. Differential Revision: D66233582
06e0c5c to
d6ca8f1
Compare
|
This pull request was exported from Phabricator. Differential Revision: D66233582 |
d6ca8f1 to
7c8fd99
Compare
…a* (facebook#3088) Summary: In D52890934 we are tightening the type signature on attributes on nn Module. To do this, we need to first apply Pyre fixme to all sites that were relying on the old Any. This diff shards out all changes to files that begin with a. bypass-github-export-checks "codemod only skipping PR review" Reviewed By: r-barnes Differential Revision: D66233582
|
This pull request was exported from Phabricator. Differential Revision: D66233582 |
…a* (facebook#3088) Summary: In D52890934 we are tightening the type signature on attributes on nn Module. To do this, we need to first apply Pyre fixme to all sites that were relying on the old Any. This diff shards out all changes to files that begin with a. bypass-github-export-checks "codemod only skipping PR review" Reviewed By: r-barnes Differential Revision: D66233582
7c8fd99 to
86c05e2
Compare
|
This pull request was exported from Phabricator. Differential Revision: D66233582 |
|
This pull request has been merged in 1efbcbd. |
Summary: Pull Request resolved: meta-pytorch/botorch#3088 Differential Revision: D87671961
Summary:
In D52890934 we are tightening the type signature on attributes on nn Module. To do this, we need to
first apply Pyre fixme to all sites that were relying on the old Any. This diff shards out all changes
to files that begin with a.
Differential Revision: D66233582