原本想安裝在 Windows,不過過程實在是太不順利了,最後還是依照網路上的一篇教學文,安裝在 Ubuntu 14.04 上,只差在它是用虛擬機,我是用實機安裝。
教學文如下, BVLC/caffe Ubuntu 14.04 VirtualBox VM
This is a guide to setting up Caffe in a 14.04 virtual machine with CUDA 6.5 and the system Python for getting started with examples and PyCaffe.
過程中還蠻順利的,除了
- Modify python/classify.py to add the –print_results option
這一步需要自己稍微修改一下 code ,那麼我就分享在 gist 上囉
[custom classify.py in BVLC/caffe: