I want to use caffe.draw to draw the caffe net by anaconda python on mac. But I got the error like this:
caffe.draw
File \"python/draw_net.py\", line 45, in &l
I was able to get it to work by installing graphviz through the command line:
pip install graphviz pip install pydot