[Bug] GP Output Standardization Without Specified output_transform
#2547
Labels
bug
Something isn't working
output_transform
#2547
🐛 Bug
When using BoTorch's
SingleTaskGP
model without specifying anoutput_transform
, the GP model in Google Colab seems to standardize the training targets automatically. In Colab,gp.train_targets
is different fromY
while on MacOS, the GP model behaves as expected.This issue might be related to Issue #2533, although the issue there seems to be with 'input_transform' rather than 'output_transform'.
To reproduce
** Stack trace/error message **
Expected Behavior
System information
print(botorch.__version__)
):botorch.__version__
returnsUnknown
)print(gpytorch.__version__)
):print(torch.__version__)
):Thanks for looking into this!
The text was updated successfully, but these errors were encountered: