A web-based tool for visualizing neural network architectures (or technically, any directed acyclic graph). It currently supports Caffe's prototxt format.
If your .prototxt
file is part of a GitHub Gist, you can visualize it by visiting this URL:
The Gist ID is the numeric suffix in the Gist's URL.
View ExampleYou can use the inline editor to enter your network definition (currently limited to valid Caffe's prototext) and visualize the network.
Press Shift+Enter
in the editor to render your network.