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

Error When Compiling with CudNN 5 and CUDA 8 #155

Open
zahidmadeel opened this issue May 9, 2017 · 2 comments
Open

Error When Compiling with CudNN 5 and CUDA 8 #155

zahidmadeel opened this issue May 9, 2017 · 2 comments

Comments

@zahidmadeel
Copy link

Hi,
I am using CudNN version 5 and I get an error during installation. The error seems like this issue. I followed the same guidelines as mentioned in the linked thread and did following

cd caffe-fast-rcnn  
git remote add caffe https://github.com/BVLC/caffe.git  
git fetch caffe  
git merge -X theirs caffe/master 

The merge fails on 5 files which are deleted by the new remote I guess. The conflicts are the following

deleted by them: examples/hdf5_classification.ipynb
        deleted by them: include/caffe/common_layers.hpp
        deleted by them: include/caffe/neuron_layers.hpp
        deleted by them: include/caffe/vision_layers.hpp
        deleted by them: matlab/caffe/matcaffe.cpp
        deleted by them: scripts/travis/travis_install.sh

Even if I ignore conflicts, because they are all delete conflicts, and move on to removing self_.attr("phase") = static_cast<int>(this->phase_); from nclude/caffe/layers/python_layer.hpp, I get the following errors during make -j8 && make pycaffe

CXX src/caffe/layers/scale_layer.cpp
In file included from src/caffe/layers/roi_pooling_layer.cpp:10:0:
./include/caffe/fast_rcnn_layers.hpp:16:33: fatal error: caffe/loss_layers.hpp: No such file or directory
compilation terminated.
Makefile:581: recipe for target '.build_release/src/caffe/layers/roi_pooling_layer.o' failed
make: *** [.build_release/src/caffe/layers/roi_pooling_layer.o] Error 1
make: *** Waiting for unfinished jobs....

Any ideas why merge is failing or why the errors after the merge? Is the solution supposed to work with specific commit of the bvlc/caffe repository?

@cdshdow
Copy link

cdshdow commented Jun 30, 2017

Perhaps you can using the caffe version in faster r-cnn

@soulslicer
Copy link

It doesnt compile either

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

3 participants