-
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
Improvement of qBayesianActiveLearningByDisagreement #2457
Conversation
This pull request was exported from Phabricator. Differential Revision: D60308502 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2457 +/- ##
=======================================
Coverage 99.98% 99.98%
=======================================
Files 191 191
Lines 16789 16795 +6
=======================================
+ Hits 16787 16793 +6
Misses 2 2 ☔ View full report in Codecov by Sentry. |
This pull request was exported from Phabricator. Differential Revision: D60308502 |
Summary: Pull Request resolved: pytorch#2457 Improvement of the implementation of qBayesianActiveLearningByDisagreement - Utilizes a Monte Carlo approach for approximating the entropy - Does not use concatenate_pending_points, as it is not evident that fantasizing makes sense in the same way as for standard MC acquisition functions - Can accept posterior transforms - get_model and get_fully_bayesian_model are used in tests to be similar to other tests (e.g. JES & the subsequent active learning acqfs to enable move to test_helpers Differential Revision: D60308502
7dfe97a
to
6698c05
Compare
This pull request was exported from Phabricator. Differential Revision: D60308502 |
Summary: Pull Request resolved: pytorch#2457 Improvement of the implementation of qBayesianActiveLearningByDisagreement - Utilizes a Monte Carlo approach for approximating the entropy - Does not use concatenate_pending_points, as it is not evident that fantasizing makes sense in the same way as for standard MC acquisition functions - Can accept posterior transforms - get_model and get_fully_bayesian_model are used in tests to be similar to other tests (e.g. JES & the subsequent active learning acqfs to enable move to test_helpers Differential Revision: D60308502
6698c05
to
368ff2b
Compare
This pull request was exported from Phabricator. Differential Revision: D60308502 |
Summary: Pull Request resolved: pytorch#2457 Improvement of the implementation of qBayesianActiveLearningByDisagreement - Utilizes a Monte Carlo approach for approximating the entropy - Does not use concatenate_pending_points, as it is not evident that fantasizing makes sense in the same way as for standard MC acquisition functions - Can accept posterior transforms - get_model and get_fully_bayesian_model are used in tests to be similar to other tests (e.g. JES & the subsequent active learning acqfs to enable move to test_helpers Differential Revision: D60308502
368ff2b
to
7e798ee
Compare
This pull request was exported from Phabricator. Differential Revision: D60308502 |
Summary: Pull Request resolved: pytorch#2457 Improvement of the implementation of qBayesianActiveLearningByDisagreement - Utilizes a Monte Carlo approach for approximating the entropy - Does not use concatenate_pending_points, as it is not evident that fantasizing makes sense in the same way as for standard MC acquisition functions - Can accept posterior transforms - get_model and get_fully_bayesian_model are used in tests to be similar to other tests (e.g. JES & the subsequent active learning acqfs to enable move to test_helpers Differential Revision: D60308502
7e798ee
to
515c5b4
Compare
This pull request was exported from Phabricator. Differential Revision: D60308502 |
Summary: Pull Request resolved: pytorch#2457 Improvement of the implementation of qBayesianActiveLearningByDisagreement - Utilizes a Monte Carlo approach for approximating the entropy - Does not use concatenate_pending_points, as it is not evident that fantasizing makes sense in the same way as for standard MC acquisition functions - Can accept posterior transforms - get_model and get_fully_bayesian_model are used in tests to be similar to other tests (e.g. JES & the subsequent active learning acqfs to enable move to test_helpers Differential Revision: D60308502
515c5b4
to
4c785e9
Compare
This pull request was exported from Phabricator. Differential Revision: D60308502 |
Summary: Pull Request resolved: pytorch#2457 Improvement of the implementation of qBayesianActiveLearningByDisagreement - Utilizes a Monte Carlo approach for approximating the entropy - Does not use concatenate_pending_points, as it is not evident that fantasizing makes sense in the same way as for standard MC acquisition functions - Can accept posterior transforms - get_model and get_fully_bayesian_model are used in tests to be similar to other tests (e.g. JES & the subsequent active learning acqfs to enable move to test_helpers Differential Revision: D60308502
4c785e9
to
399df5b
Compare
This pull request was exported from Phabricator. Differential Revision: D60308502 |
Summary: Pull Request resolved: pytorch#2457 Improvement of the implementation of qBayesianActiveLearningByDisagreement - Utilizes a Monte Carlo approach for approximating the entropy - Does not use concatenate_pending_points, as it is not evident that fantasizing makes sense in the same way as for standard MC acquisition functions - Can accept posterior transforms - get_model and get_fully_bayesian_model are used in tests to be similar to other tests (e.g. JES & the subsequent active learning acqfs to enable move to test_helpers Differential Revision: D60308502
399df5b
to
821593a
Compare
This pull request was exported from Phabricator. Differential Revision: D60308502 |
Summary: Pull Request resolved: pytorch#2457 Improvement of the implementation of qBayesianActiveLearningByDisagreement - Utilizes a Monte Carlo approach for approximating the entropy - Does not use concatenate_pending_points, as it is not evident that fantasizing makes sense in the same way as for standard MC acquisition functions - Can accept posterior transforms - get_model and get_fully_bayesian_model are used in tests to be similar to other tests (e.g. JES & the subsequent active learning acqfs to enable move to test_helpers Reviewed By: saitcakmak Differential Revision: D60308502
821593a
to
931e356
Compare
This pull request was exported from Phabricator. Differential Revision: D60308502 |
Summary: Pull Request resolved: pytorch#2457 Improvement of the implementation of qBayesianActiveLearningByDisagreement - Utilizes a Monte Carlo approach for approximating the entropy - Does not use concatenate_pending_points, as it is not evident that fantasizing makes sense in the same way as for standard MC acquisition functions - Can accept posterior transforms - get_model and get_fully_bayesian_model are used in tests to be similar to other tests (e.g. JES & the subsequent active learning acqfs to enable move to test_helpers Reviewed By: saitcakmak Differential Revision: D60308502
931e356
to
e6fe653
Compare
This pull request was exported from Phabricator. Differential Revision: D60308502 |
Summary: Pull Request resolved: pytorch#2457 Improvement of the implementation of qBayesianActiveLearningByDisagreement - Utilizes a Monte Carlo approach for approximating the entropy - Does not use concatenate_pending_points, as it is not evident that fantasizing makes sense in the same way as for standard MC acquisition functions - Can accept posterior transforms - get_model and get_fully_bayesian_model are used in tests to be similar to other tests (e.g. JES & the subsequent active learning acqfs to enable move to test_helpers Reviewed By: saitcakmak Differential Revision: D60308502
e6fe653
to
af44053
Compare
Summary: Pull Request resolved: pytorch#2457 Improvement of the implementation of qBayesianActiveLearningByDisagreement - Utilizes a Monte Carlo approach for approximating the entropy - Does not use concatenate_pending_points, as it is not evident that fantasizing makes sense in the same way as for standard MC acquisition functions - Can accept posterior transforms - get_model and get_fully_bayesian_model are used in tests to be similar to other tests (e.g. JES & the subsequent active learning acqfs to enable move to test_helpers Reviewed By: saitcakmak Differential Revision: D60308502
This pull request was exported from Phabricator. Differential Revision: D60308502 |
af44053
to
5beb446
Compare
This pull request has been merged in e44280e. |
Summary:
Improvement of the implementation of qBayesianActiveLearningByDisagreement
Utilizes a Monte Carlo approach for approximating the entropy
Does not use concatenate_pending_points, as it is not evident that fantasizing makes sense in the same way as for standard MC acquisition functions
Can accept posterior transforms
get_model and get_fully_bayesian_model are used in tests to be similar to other tests (e.g. JES & the subsequent active learning acqfs to enable move to test_helpers
Differential Revision: D60308502