torch / nngraph

Graph Computation for nn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to expand a defined nngraph model?

Naruto-Sasuke opened this issue · comments

If a nngraph model has been defined. Then how to expand it?
For example, I want to add some layers between specific nodes, how to do that?