torch / nngraph

Graph Computation for nn
Other
299 stars 96 forks source link

check output of intermediate layers of a trained nngraph model #150

Closed arthitag closed 7 years ago

arthitag commented 7 years ago

I have a trained nngraph model with a specific set of outputs. I want to check outputs of some additional intermediate layer. What's the best way to go about it ? Please help with insights.

Naruto-Sasuke commented 7 years ago

146

arthitag commented 7 years ago

Thank you. That was useful.