You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had an issue compiling caffe on machine with cudnnv5. I finally came across the solution and wanted to include it here incase someone else had the same problem.
To enable supports of CUDNNv5:
1).
cd caffe-mnc
git remote add caffe https://github.com/BVLC/caffe.git
git fetch caffe
git merge -X theirs caffe/master
2).
remove self_.attr("phase") = static_cast(this->phase_); from include/caffe/layers/python_layer.hpp after merging.
I had an issue compiling caffe on machine with cudnnv5. I finally came across the solution and wanted to include it here incase someone else had the same problem.
To enable supports of CUDNNv5:
1).
cd caffe-mnc
git remote add caffe https://github.com/BVLC/caffe.git
git fetch caffe
git merge -X theirs caffe/master
2).
remove self_.attr("phase") = static_cast(this->phase_); from include/caffe/layers/python_layer.hpp after merging.
3). (in caffe-mnc)
This was copied from the following thread:
rbgirshick/py-faster-rcnn#509
The text was updated successfully, but these errors were encountered: