-
Notifications
You must be signed in to change notification settings - Fork 415
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
Fix PairwiseGP comparisons might be implicitly modified #1811
Conversation
This pull request was exported from Phabricator. Differential Revision: D45472153 |
Codecov Report
@@ Coverage Diff @@
## main #1811 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 170 170
Lines 14913 14913
=========================================
Hits 14913 14913
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Summary: Pull Request resolved: pytorch#1811 Fix the bug where the unconsolidated comparisons might be implicitly modified modified when calling forward. This is because `self.comparisons` is passed into `set_train_data` in `forward`, which itself might already been consolidated/deduped. Reviewed By: qingfeng10 Differential Revision: D45472153 fbshipit-source-id: 97aef3517d35d36293d0f13ff3503c3fcdc692c5
This pull request was exported from Phabricator. Differential Revision: D45472153 |
Summary: Pull Request resolved: pytorch#1811 Fix the bug where the unconsolidated comparisons might be implicitly modified modified when calling forward. This is because `self.comparisons` is passed into `set_train_data` in `forward`, which itself might already been consolidated/deduped. Reviewed By: qingfeng10 Differential Revision: D45472153 fbshipit-source-id: d2e73074650b4a9c77d7fcc7f3e04958a13acee3
This pull request was exported from Phabricator. Differential Revision: D45472153 |
Summary: Pull Request resolved: pytorch#1811 Fix the bug where the unconsolidated comparisons might be implicitly modified modified when calling forward. This is because `self.comparisons` is passed into `set_train_data` in `forward`, which itself might already been consolidated/deduped. Reviewed By: qingfeng10 Differential Revision: D45472153 fbshipit-source-id: 9029aab797bf89de8d2ec18d4be09db195717c83
This pull request was exported from Phabricator. Differential Revision: D45472153 |
Summary: Pull Request resolved: pytorch#1811 Fix the bug where the unconsolidated comparisons might be implicitly modified modified when calling forward. This is because `self.comparisons` is passed into `set_train_data` in `forward`, which itself might already been consolidated/deduped. Reviewed By: qingfeng10 Differential Revision: D45472153 fbshipit-source-id: 259415c8ae59200bae141135c8f690c9a3dd0880
This pull request was exported from Phabricator. Differential Revision: D45472153 |
Summary: Pull Request resolved: pytorch#1811 Fix the bug where the unconsolidated comparisons might be implicitly modified modified when calling forward. This is because `self.comparisons` is passed into `set_train_data` in `forward`, which itself might already been consolidated/deduped. Reviewed By: qingfeng10 Differential Revision: D45472153 fbshipit-source-id: 2457eaf2db1dd44924c17718d8e8c2b31a447929
This pull request was exported from Phabricator. Differential Revision: D45472153 |
Summary: Pull Request resolved: pytorch#1811 Fix the bug where the unconsolidated comparisons might be implicitly modified modified when calling forward. This is because `self.comparisons` is passed into `set_train_data` in `forward`, which itself might already been consolidated/deduped. Reviewed By: qingfeng10 Differential Revision: D45472153 fbshipit-source-id: 7f7659e277feed05fa405cd202aea5173351c617
This pull request was exported from Phabricator. Differential Revision: D45472153 |
Summary: Pull Request resolved: pytorch#1811 Fix the bug where the unconsolidated comparisons might be implicitly modified modified when calling forward. This is because `self.comparisons` is passed into `set_train_data` in `forward`, which itself might already been consolidated/deduped. Reviewed By: qingfeng10 Differential Revision: D45472153 fbshipit-source-id: e7dda1ecd5245f753a6dd67c7f13a31b375b5e49
This pull request was exported from Phabricator. Differential Revision: D45472153 |
This pull request has been merged in e7077a6. |
Summary:
Fix the bug where the unconsolidated comparisons might be implicitly modified modified when calling forward.
This is because
self.comparisons
is passed intoset_train_data
inforward
, which itself might already been consolidated/deduped.Reviewed By: qingfeng10
Differential Revision: D45472153