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
For me running:
brew install gprof2dot
Fixed the problem.