torch / nngraph

Graph Computation for nn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

check output of intermediate layers of a trained nngraph model

arthitag opened this issue · comments

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.

Thank you. That was useful.