Netscope:支持Caffe的神经网络结构在线可视化工具
参考网址:https://blog.youkuaiyun.com/LOVE1055259415/article/details/79989080
Netscope是个支持prototxt格式描述的神经网络结构的在线可视工具,地址:http://ethereon.github.io/netscope/quickstart.html
它可以用来可视化Caffe结构里prototxt格式的网络结构
使用起来也非常简单,打开这个地址:http://ethereon.github.io/netscope/#/editor
把你的描述神经网络结构的prototxt文件复制到该编辑框里,按shift-enter,就可以直接以图形方式显示网络的结构
比如,以mnist的LeNet网络结构为例,把Caffe中example/mnist/lenet_train_test.prototxt
文件的内容复制到编译框或者直接把文件拖拽到编译框中,按shif