软件硬件环境:
Ubuntu 14.04 64bit
NVIDIA GTX1060
cuda 8.0
cuDNN 5.0
错误如下:
解决方法:
cd py-faster-rcnn/caffe-fast-rcnn
Git remote add caffe https://github.com/BVLC/caffe.git
git fetch caffe
git merge caffe/master
在合并之后注释掉include/caffe/layers/python_layer.hppa文件里的self_.attr(“phase”) = static_cast(this->phase_)

本文介绍如何解决在Ubuntu14.04 64位系统中使用NVIDIA GTX1060显卡、cuda8.0及cuDNN5.0环境下,进行caffe-fast-rcnn代码合并时遇到的错误。通过添加远程仓库、获取最新更改并合并到当前项目的方法,以及修改python_layer.hpp文件中的特定代码行来解决该问题。
724

被折叠的 条评论
为什么被折叠?



