-
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
How to make with cuDNN? #383
Comments
issue solved here |
@pham93 Thanks a lot. It works for me. |
@JohnnyY8 @pham93 : My previous setup of original py-faster-rcnn (i.e. without merging it with latest caffe) used to train at least twice as fast on CUDA-7.5, cudnn-3.0 and Nvidia TitanX Maxwell architecture. Is there any FP16 computation going on in there which is slower on 1080 as compared to TitanX ? |
@ravikantb Hi: |
@JohnnyY8 How do you manage to make it work on cuda 8.0 and cuDNN v5.1 with Titan X pascal architecture? Could you give the Makefile.config and the way you installed this? Thank you! |
@xinleipan Hi:
Hope it can help you. |
Hi everyone:
I want to run make command in "py-faster_rcnn/caffe-fast-rcnn" with CUDA-8.0 and cudnn-8.0-linux-x64-v5.1, but got some errors like following:
I have run these command for copying cudnn files:
cp include/cudnn.h /usr/local/include/
cp lib64/libcudnn.* /usr/local/lib/
sudo ln -sf /usr/local/lib/libcudnn.so.5.1.3 /usr/local/lib/libcudnn.so.5
sudo ln -sf /usr/local/lib/libcudnn.so.5 /usr/local/lib/libcudnn.so
sudo ldconfig
I do not know how to fix it? Can anyone help me?
Thanks a lot!
The text was updated successfully, but these errors were encountered: