1. Installation
cp Makefile.config.example Makefile.config
|
然後再make
make all
make test make runtest |
2. 安裝python介面
- 檢視requirements:在caffe/python/requirements.txt中,安裝缺少的函式庫
- make pycaffe
- 在~/.bashrc中加入export PYTHONPATH=<caffe-home>/python:$PYTHONPATH