-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
py-faster-rcnn build Issue. In the making process. (make -j8 && make pycaffe) #509
Comments
To enable supports of CUDNNv5: 2). 3). (in |
@Microos why I can't do import caffe in python environment anymore after doing what you mentioned? |
check ur path variables most likely |
thanks All. I clean all. And do again git clone (py-faster-rcnn and submodule caffe-fast-rcnn)(like "Microos" talk but No clone BLVC/caffe). |
Also the py-faster-rcnn cuda files (the following files)has been replaced by new version cuda files (from BLVC/caffe) include/caffe/layers/cudnn_relu_layer.hpp, src/caffe/layers/cudnn_relu_layer.cpp, src/caffe/layers/cudnn_relu_layer.cu include/caffe/layers/cudnn_sigmoid_layer.hpp, src/caffe/layers/cudnn_sigmoid_layer.cpp, src/caffe/layers/cudnn_sigmoid_layer.cu include/caffe/layers/cudnn_tanh_layer.hpp, src/caffe/layers/cudnn_tanh_layer.cpp, src/caffe/layers/cudnn_tanh_layer.cu |
@yxchng Did you add the |
@Microos Thanks, works for me.BTW, why this approach can solve the problem ? |
Someone should probably include in the top-level readme the specific versions of CUDA/cuDNN that this is intended to work with, or instructions on how to update it, or at the very least link this issue. |
@Microos I add the $CAFFE_ROOT/python into your $PYTHONPATH now and i can now import caffe, it still tell me that it can not import _caffe: ImportError: No module named _caffe |
What does
|
@antran89 just run the command, it will open for commit, you can write something or just ignore and close it. Everything will be fine. |
In case anyone is looking at this issue (since it is linked to from the A copy of these instructions can be found in this gist. Instructions
Notes on Rebasing
This branch should merge cleanly into If you rather merge the upstream changes yourself, the patch in [6] should outline the changes you need afterwards.
|
@acmiyaguchi Thank you very much! This helps to solve my problems! |
Hi, Traceback (most recent call last): I am not sure why it is looking for cuda-8.0. Is it mandatory to have cuda 8.0? Please advise. Regards, |
thanks to @acmiyaguchi i was able to create a docker file setting up a working version. https://gist.github.com/cewee/356b941a4006a502a67f68213f1a76b5 it's a modified version of: |
Thank you @cewee. It worked. I had to run the docker with the following command:
where 242bdecfa254 is the image ID and you can specify the number of GPUs. The other thing is that the models can be downloaded with the following steps (original path has an issue):
|
Could anybody help fix it. thanks a lot.
I have replaced the cudnn file with the new version
cuda8.0 cudnn-V5
the Makefile.config file
The text was updated successfully, but these errors were encountered: