-
Notifications
You must be signed in to change notification settings - Fork 17
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
libcudnn missing #7
Comments
Could you show me the error? Do you have libcudnn installed and which instructions did you follow? |
Having same issue on Yosimite. Can't report full error at this time, but will if it persists. |
I spent some time learning more about dynamic linking and am now working on writing a small guide on how to correctly install cudnn so it can be found by the linker at build time. If you have cudnn installed you should be able to compile it with
alternatively you can also create a symlink in your default lib path:
|
Cross-post from autumnai/leaf#105 This Stack Overflow answer fixed that problem for me. export LIBRARY_PATH=/usr/lib/x86_64-linux-gnu/ |
Following install instructions and resulting with libcudnn missing on el capitan.
The text was updated successfully, but these errors were encountered: