Visualizing Neural Network Architectures?

Hey All,

Any recommendations on tools for visualizing / diagramming neural network architectures? Ideally generated from code?

Thanks!

1 Like

I was trying to experiment on that front too. https://github.com/utkuozbulak/pytorch-cnn-visualizations, but at the moment I haven’t implement on my code. But this is acually looking at the layers, not at the overal architecture

I’ve enjoyed using fastdot, see here:

4 Likes