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
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章