Netscope - Caffe’s prototxt 可视化工具
http://ethereon.github.io/netscope/quickstart.html
A web-based tool for visualizing neural network architectures (or technically, any directed acyclic graph). It currently supports Caffe's prototxt format.
Gist Support
If your .prototxt file is part of a GitHub Gist, you can visualize it by visiting this URL:
http://ethereon.github.io/netscope/#/gist/your-gist-id
The Gist ID is the numeric suffix in the Gist’s URL.
View Example
http://ethereon.github.io/netscope/quickstart.html
Editor
You can use the inline editor to enter your network definition (currently limited to valid Caffe's prototext) and visualize the network.
http://ethereon.github.io/netscope/#/editor
Press Shift+Enter in the editor to render your network.
Launch Editor
http://ethereon.github.io/netscope/#/editor
# Enter your network definition here.
# Use Shift+Enter to update the visualization.
Presets
AlexNet
CaffeNet
Fully Convolutional Network — Three Stream
GoogLeNet
Network in Network
VGG 16 Layers
Wordbook
directed acyclic graph,DAG [ˈdæɡ]:有向非循环图,无回路有向图