You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add batch_shape property to SingleTaskVariationalGP (#1799)
Summary:
This enables the use of `SingleTaskVariationalGP` with certain botorch features (e.g. with entropy-based acquistion functions as requested in #1795).
This is a bit of a band-aid, the proper thing to do here is to fix up the PR upstreaming this to gpytorch (cornellius-gp/gpytorch#2307) to enable support for `batch_shape` on all approximate gpytorch models, and then just call that on the `model` in `ApproximateGPyTorchModel`.
Pull Request resolved: #1799
Reviewed By: dme65
Differential Revision: D45107761
Pulled By: Balandat
fbshipit-source-id: 44f1893d4ab915f744c17dfd5da4efd4923c66ae
0 commit comments