Retrieve intermediate node values without explicitly return them

You could use forward hooks to get the forward activation.
I’ve created a small example in this post.

1 Like