-
Notifications
You must be signed in to change notification settings - Fork 24.6k
[lite interpreter][hack] Add batch_norm_update_stats if batchnorm and training are present #100134
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
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/100134
Note: Links to docs will display an error until the docs builds have been completed. ❗ 2 Active SEVsThere are 2 currently active SEVs. If your PR is affected, please view them below: ✅ No FailuresAs of commit 9e5e611: This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D45335791 |
This pull request was exported from Phabricator. Differential Revision: D45335791 |
11394d6
to
982063a
Compare
982063a
to
4ff50e7
Compare
This pull request was exported from Phabricator. Differential Revision: D45335791 |
4ff50e7
to
5db9d8d
Compare
This pull request was exported from Phabricator. Differential Revision: D45335791 |
5db9d8d
to
cfb8f4c
Compare
This pull request was exported from Phabricator. Differential Revision: D45335791 |
… training are present (pytorch#100134) Summary: Pull Request resolved: pytorch#100134 not sure how the train bool to batch_norm gets set. But its not the is_training module level flag. We get weird behavior for teams trying to do on device training because of this Test Plan: ci Reviewed By: Jack-Khuu Differential Revision: D45335791 fbshipit-source-id: 726272178cf4b3ecb17a57e7937d9211ad465b50
cfb8f4c
to
9e5e611
Compare
This pull request was exported from Phabricator. Differential Revision: D45335791 |
@pytorchbot merge |
Merge startedYour change will be merged once all checks pass (ETA 0-4 Hours). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
… training are present (pytorch#100134) Summary: not sure how the train bool to batch_norm gets set. But its not the is_training module level flag. We get weird behavior for teams trying to do on device training because of this Test Plan: ci Differential Revision: D45335791 Pull Request resolved: pytorch#100134 Approved by: https://github.com/larryliu0820
Summary: not sure how the train bool to batch_norm gets set. But its not the is_training module level flag. We get weird behavior for teams trying to do on device training because of this
Test Plan: ci
Differential Revision: D45335791