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
I would like to add new data to the already trained approximate GP model. Is there a way in gpytorch to update the hyperparameters without recalculating again incorporating the additional data? For Exact GP models, there are get_fantasy_data() and set_train_data() methods.
But how can I achieve this for Approximate GP?
(A similar issue for Exact GP was answered here #645)
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Currently, this is somewhat impossible without re-training but this exact question is what #1874 will do for you once we merge it in. That PR is basically complete at this stage.
Hi,
I would like to add new data to the already trained approximate GP model. Is there a way in gpytorch to update the hyperparameters without recalculating again incorporating the additional data? For Exact GP models, there are get_fantasy_data() and set_train_data() methods.
But how can I achieve this for Approximate GP?
(A similar issue for Exact GP was answered here #645)
Thanks in advance!
The text was updated successfully, but these errors were encountered: