@H_404_0@G2的显卡(GRID K520)驱动:http://www.nvidia.com/Download/Find.aspx
@H_404_0@
@H_404_0@然后参考这个文章安装CUDA和caffe:http://blog.csdn.net/sinat_26917383/article/details/56292072
@H_404_0@
@H_404_0@几个错误记录:
@H_404_0@(1)
@H_404_0@假如出现“caffe 编译中出现的错误——fatal error: hdf5.h: 没有那个文件或目录”
@H_404_0@参考: http://blog.csdn.net/xue_wenyuan/article/details/52037121
@H_404_0@
@H_404_0@(2)
@H_404_0@假如出现:No module named caffe
@H_404_0@在/etc/profile最后加入“export PYTHONPATH=~/caffe/python:$PYTHONPATH”,然后source /etc/profile
@H_404_0@
@H_404_0@(3)py-faster-rcnn的安装:https://github.com/rbgirshick/py-faster-rcnn
@H_404_0@假如出现编译caffe出现错误:make: *** [.build_release/src/caffe/common.o] Error 1
@H_404_0@参考 http://blog.csdn.net/u011070171/article/details/52292680