torch / nngraph

Graph Computation for nn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plot 'net' of 'cvpr2015/Deep Learning with Torch.ipynb' with nngraph

lnastansky opened this issue · comments

What is the easiest way / LuaScript to add a nngraph plotting demo of the 'net' in the excellent 'Torch.ipynb' Demo Tutorial?

Thanks for help,
Ludwig

since that particular network is not an nngraph based network, the easiest way is to use plotting from this package: https://github.com/fmassa/optimize-net#visualizing-the-memory-reuse

Thanks - works fine now.