How to get the hidden layer outputs of the Deep GP model #2368
Unanswered
MartianonEarth
asked this question in
Q&A
Replies: 1 comment
-
Following the Deep GP example, you could run hidden_layer_dist = self.hidden_layer(x) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, the mighty community,
I am new to the GPytorch. I try to run the example of the Deep GP, which works fine.
I want to get the outputs of hidden layers of the deep GP model prediction, but I can not figure out a way to do it.
There is no such example in the Documentation.
The only hidden layer outputs I get are for hidden layers in the deep GP model but not for its predictions.
Can you please shed any light on this?
Many thank in advance.
Beta Was this translation helpful? Give feedback.
All reactions