CNN 深度卷积网络 或者说神经网络画图 Netscope
假设我们输入一个网络的代码 caffe_cifar10_full.prototxt at master · BVLC_caffe · GitHub
然后复制到网页的左边,按shift-enter,就可以得到图
把你的描述神经网络结构的prototxt文件复制到该编辑框里,按shift-enter,就可以直接以图形方式显示网络的结构
比如,以mnist的LeNet网络结构为例,把Caffe中
example/mnist/lenet_train_test.prototxt
文件的内容复制到编译框,按shift-enter,立即就可以得到可视化的结构图。