caffe的层结构可视化工具

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进行可视化后的结果如下:


Presets

AlexNet
Alex Krizhevsky, Ilya Sutskever, Geoffry Hinton
CaffeNet
Yangqing Jia, Evan Shelhamer, et. al.
Fully Convolutional Network — Three Stream
Jonathan Long, Evan Shelhamer, Trevor Darrell
GoogLeNet
Christian Szegedy, et. al.
Network in Network
Min Lin, Qiang Chen, Shuicheng Yan
VGG 16 Layers
Karen Simonyan, Andrew Zisserman
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章