Reference: http://www.cnblogs.com/denny402/p/5088399.html
This section configures the Python interface to encounter a lot of pits.
1, I use anaconda to configure the Python environment, in the Caffe root directory to join the Python folder to the environment variable this step encountered
Question, I didn't know how to add the export after I opened it with that command. In fact, you can use the following command to solve:
sudo gedit ~/.BASHRC
2, modify the configuration file, just modify the Anaconda section, but note! The anaconda in the original note is changed to Anaconda2
3, run in Jupyter notebook encountered no module named Google.protobuf.internal error, in the comment area has
People have given the simplest and most effective method--installing PROTOBUF:PIP install PROTOBUF at the terminal.
This part has been tossing me for two nights and finally doing something.
Caffe Learning Series (11): Configuration of data visualization environment (Python interface)