Open kampelmuehler opened 6 years ago
Is there a way to visualize a graph for larger convolutional neural networks? For larger ResNets net_drawer freezes, since I suppose the output files become rather large. Any ideas?
net_drawer
I save the net as .svg format.
Code: graph = net_drawer.GetPydotGraph(net) graph.write_svg('net.svg')
The graph save as net.svg
Is there a way to visualize a graph for larger convolutional neural networks? For larger ResNets
net_drawer
freezes, since I suppose the output files become rather large. Any ideas?