torch / nngraph

Graph Computation for nn
Other
299 stars 96 forks source link

How to expand a defined nngraph model? #153

Closed Naruto-Sasuke closed 6 years ago

Naruto-Sasuke commented 7 years ago

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?