HigherOrderGP Posterior eval mode #2746
ChristianMichelsen
started this conversation in
General
Replies: 2 comments 1 reply
-
Hi @ChristianMichelsen. We generally do not put models in |
Beta Was this translation helpful? Give feedback.
0 replies
-
Would it then make sense to put the gp into Also, regarding the caches, where can I read more about them, that sounds interesting! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In HigherOrderGP, once you call
.posterior
it automatically sets it ineval
mode, but does not set it back totrain
mode once it's finished. Is there are reason why it does not do that?I've had a couple of times where I initialize a HOGP and just quickly check predictions at first before optimizing the MLL to be able to see the progress but without any progress due to the initial call to
.posterior
. This had left me spending more time on debugging more than I am proud of 😅Beta Was this translation helpful? Give feedback.
All reactions