python及其依赖安装
Download Miniconda 2.7 64-bit windows installer from Miniconda WEBsite. Install for all users and add python to PATH (through installer).
Run the following commands from elevated command prompt:
conda install --yes numpy scipy matplotlib scikit-image pip
pip install protobuf
安装成功时有如下显示:
按照以上方法安装,可避免no lapack/blas resources found error。
参考:https://GitHub.com/Microsoft/caffe
相关文章