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
fix bug where input transforms are not applied in fully Bayesian models in train mode (#2859)
Summary:
This fixes a bug where input transforms were not applied to fully Bayesian GPs in training mode. This only affects computing MLL, AIC, and BIC (which previously where computing without applying normalization/warping) for fully Bayesian GPs. We don't evaluate fully Bayesian models in `train` mode.
Reviewed By: saitcakmak
Differential Revision: D74827275
0 commit comments