Hey All,
Any recommendations on tools for visualizing / diagramming neural network architectures? Ideally generated from code?
Thanks!
Hey All,
Any recommendations on tools for visualizing / diagramming neural network architectures? Ideally generated from code?
Thanks!
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: