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:
Pull Request resolved: #2859
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
fbshipit-source-id: eac39e2dc7533581aff3206b0eaf642e01fc7e8c
0 commit comments