Open vladfi1 opened 8 years ago
You need a name: <name>
field in the prototxt you're using IIRC.
From the error message it looks like the problem is with the dot interface, not the prototxt file. In any case the graph I'm trying to visualize is defined here.
Try adding name: <name>
in the prototxt.
Adding the name seems to have worked - draw_net.py now runs and produces a png without error. However, the output is just a white 11x11 pixel square...
Hi, @vladfi1
I met exactly same problem when trying to visualize the prototxt from hszhao/PSPNet, and solved it by upgrading pydot using pip.
sudo -H python -m pip install pydot --upgrade
p.s. my environment is :
I'm using a fresh install of (py)caffe on Ubuntu 15.10. When I try to run draw_net.py, I get the following error:
I have pydotplus installed via pip.