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

pass **kwargs to ApproximateGP.__call__ in DeepGPLayer #2224

Merged
merged 2 commits into from Jan 4, 2023

Conversation

IdanAchituve
Copy link
Contributor

@IdanAchituve IdanAchituve commented Dec 13, 2022

Hi,
Currently when passing user arguments via **kwargs to a Deep GP layer these arguments are not passed through to the user defined GP model. The root of the problem seems to be in the DeepGPLayer which doesn't call to ApproximateGP with the **kwargs arguments. This PR fixes this issue.

@gpleiss gpleiss enabled auto-merge (squash) January 4, 2023 22:04
@gpleiss gpleiss merged commit 3595191 into cornellius-gp:master Jan 4, 2023
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

2 participants