Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added optional kwargs to ExactMarginalLogLikelihood call #2522

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rafaol
Copy link

@rafaol rafaol commented May 7, 2024

Added optional **kwargs to ExactMarginalLogLikelihood.forward call, so that optional keyword arguments can be passed on to the likelihood model. This is required, for example, when using it with FixedNoiseGaussianLikelihood on data that are not part of the training set, as mentioned in this issue: #2516 .

@rafaol rafaol changed the title Accepted optional kwargs in call to ExactMarginalLogLikelihood Added optional kwargs to ExactMarginalLogLikelihood call May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant