caffe可视化工具

之前谈到过一些可视化工具,这次总结下caffe的可视化工具:

参考博文:

7个深度神经网络可视化工具,不可错过!

http://ai.51cto.com/art/201707/546041.htm

1.自带的draw_net

python /caffe/python/draw_net.py train.prototxt net.png

caffe可视化工具_第1张图片

2.GitHub上ethereon开发的一个神经网络可视化的好工具Netscope

https://github.com/ethereon

caffe可视化工具_第2张图片

3. GitHub上的dgschwend开发的Netscope的改进版本——netscope

name: "ResNet-50"
input: "data"
input_dim: 1
input_dim: 3
input_dim: 224
input_dim: 224
name: "SSD_squeezenet_512*512_test"
input: "data"
input_shape {
  dim: 1
  dim: 3
  dim: 320
  dim: 320
}

https://github.com/cwlacewe

caffe可视化工具_第3张图片

你可能感兴趣的:(深度学习)