Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Caffe compilation issues (CUDNNv5) #70

Closed
mattsokoloff opened this issue Sep 10, 2017 · 0 comments
Closed

Caffe compilation issues (CUDNNv5) #70

mattsokoloff opened this issue Sep 10, 2017 · 0 comments

Comments

@mattsokoloff
Copy link

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)

  • cmake ..
  • make all -j8
  • make pycaffe -j8

This was copied from the following thread:
rbgirshick/py-faster-rcnn#509

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant