How to access intermediate layer values #8381
Unanswered
karllandheer
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, lets say I want to access some intermediate layer values in an autoencoder. Say the autoencoder is defined as this:
and I am interested in accessing the values in inter_3 after running an image through the model, does anyone know how to do that?
Beta Was this translation helpful? Give feedback.
All reactions