Skip to content

Derivative Enabled GPs with qKG #2129

Answered by saitcakmak
michad1111 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @michad1111. The issue seems to be the GPWithDerivatives model does not support fantasizing. If I try to fantasize using model.fantasize(train_x, SobolQMCNormalSampler(torch.Size([8]))), I get similar errors due to shapes of tensors not matching. Unfortunately, this is not something we can handle using the MCObjective or PosteriorTransform classes. My guess is that the condition_on_observation method of the model (in particular the get_fantasy_strategy method) would have to be rewritten to support fantasizing from the derivative GP.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@michad1111
Comment options

Answer selected by michad1111
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants