Network model visualization caffe

Copyright: https://blog.csdn.net/Dorothy_Xue/article/details/88297297

1. Netscope

Enter http://ethereon.github.io/netscope/#/editor

Copy the file to the left prototxt edit box, and then shift + enter

2. Terminal

First, install these things:

sudo apt-get install graphviz
sudo pip install pydot

Then, the model prototxt files into draw_net.py (have this function, look at caffe in) the same directory, terminal type:

python draw_net.py --rankdir TB train.prototxt train.png

 

As shown (in part):

 

Guess you like

Origin blog.csdn.net/Dorothy_Xue/article/details/88297297