1. 程式人生 > >caffe + anaconda: install : conda install protobuf

caffe + anaconda: install : conda install protobuf

2016.12.15
SIAT

When you try to use anaconda with caffe to develop deep learning, you do not need to install any python.

If you have installed anaconda other than python only, you should install other lib through conda install XXX other than pip install XXX.

Do not install two different version of python on the same machine to avoid many problems.

And if you installed anaconda, you do not have to install many other things, because anaconda has contained them all. It is very convenient.

After installing anaconda, remember to add its path to system environment PATH.

2016.12.15
EMMA
SIAT
[email protected]