1. 程式人生 > >AWS-G2-Ubuntu16.04下安裝cuda,caffe和py-faster-rcnn

AWS-G2-Ubuntu16.04下安裝cuda,caffe和py-faster-rcnn

G2的顯示卡(GRID K520)驅動:http://www.nvidia.com/Download/Find.aspx

然後參考這個文章安裝CUDA和caffe:http://blog.csdn.net/sinat_26917383/article/details/56292072

幾個錯誤記錄:

(1)

參考: http://blog.csdn.net/xue_wenyuan/article/details/52037121

(2)

假如出現:No module named caffe

在/etc/profile最後加入“export PYTHONPATH=~/caffe/python:$PYTHONPATH”,然後source /etc/profile

(3)py-faster-rcnn的安裝:https://github.com/rbgirshick/py-faster-rcnn

參考 http://blog.csdn.net/u011070171/article/details/52292680