Pycaffe笔记
ImportError: No module named pydot
conda install protobuf=2.6.1
ImportError: No module named pydot
解决办法
conda install pydot
pydot.InvocationException: GraphViz’s executables not found
sudo apt-get install graphviz
ImportError: No module named pydot
conda install protobuf=2.6.1
ImportError: No module named pydot
解决办法
conda install pydot
pydot.InvocationException: GraphViz’s executables not found
sudo apt-get install graphviz