-
Hello, I'm using a simple feedforward network with dropout layers in order to perform Monte Carlo dropout. At inference time, I call the network as follows:
In addition to predictions, I would like to get the values of parameters after the random masks have been applied in the dropout layers. Is this possible ? Thank you ! |
Beta Was this translation helpful? Give feedback.
Answered by
cgarciae
Oct 31, 2022
Replies: 1 comment
-
Hey @bstaber, check out the Extracting intermediate values guide. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
bstaber
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @bstaber, check out the Extracting intermediate values guide.