Replies: 1 comment 4 replies
-
What do you mean by "get the same results"? What are you trying to achieve? Use a GP model as a differentiable component inside some feature extractor / more genera NN architecture? |
Beta Was this translation helpful? Give feedback.
4 replies
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.
-
I want to attach GPyTorch to the end of a feature extractor like specified in deep kernel regression:
https://docs.gpytorch.ai/en/stable/examples/06_PyTorch_NN_Integration_DKL/KISSGP_Deep_Kernel_Regression_CUDA.html
In the example a feature regression is nested into a ExactGP object. Is the reverse possible? I.e. nest the GPyTorch model into a feature extractor network to get the same results. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions