Replies: 1 comment
-
This can be accomplished with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Lets say I've trained a ExactGPModel called model with some train_x and train_y tensors. Say I want to augment train_x with a new value: train_x = torch.cat((train_x, torch.tensor([x]))).
Question: I could reinitialize the model and train but is there a more efficient way?
Beta Was this translation helpful? Give feedback.
All reactions