Netscope
这个工具主要是支持可视化神经网络结构,它可以用来可视化caffe结构里的prototxt结构
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.
Editor
请点开:http://ethereon.github.io/netscope/#/editor 进行编辑
把你prototxt里的网络代码copy到该编辑框里,按Shift+Enter
就可以直接进行可视化prototxt格式里网络层的结构。
例如:把AleNet里的 train_val.prototxt里的内容copy到编辑框里,按Shift+Enter
进行可视化后的结果如下: