py-faster-rcnn_cuda8.0_cudnn5.0_报错
py-faster-rcnn用的caffe版本太旧,用新版本cuda和cudnn需要更新caffe版本
From Stacoverflow
Maybe you can try to merge caffe master branch into caffe-fast-rcnn.
cd caffe-fast-rcnn
git remote add caffe https://github.com/BVLC/caffe.git
git fetch caffe
git merge -X theirs caffe/master
Remove self_.attr(“phase”) = static_cast(this->pha
se_); from include/caffe/layers/python_layer.hpp after merging.