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
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
In HigherOrderGP, once you call
.posteriorit automatically sets it inevalmode, but does not set it back totrainmode 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