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

Problems with CuDNN library #32

Closed
Yuren-Zhong opened this issue Oct 18, 2017 · 4 comments
Closed

Problems with CuDNN library #32

Yuren-Zhong opened this issue Oct 18, 2017 · 4 comments

Comments

@Yuren-Zhong
Copy link

Yuren-Zhong commented Oct 18, 2017

While running train.py, this is the error message:
Epoch 1/20 E tensorflow/stream_executor/cuda/cuda_dnn.cc:378] Loaded runtime CuDNN library: 6021 (compatibility version 6000) but source was compiled with 5105 (compatibility version 5100). If using a binary install, upgrade your CuDNN library to match. If building from sources, make sure the library loaded at runtime matches a compatible version specified during compile configuration.

Since I don't have the root account, I can't install CuDNN v5. Do you know how I can fix this?
Thanks!

@nicolov
Copy link
Owner

nicolov commented Oct 18, 2017

Have you installed tensorflow 1.3 in a virtualenv as instructed? TF 1.3 should use CuDNN 6.

@Yuren-Zhong
Copy link
Author

Yuren-Zhong commented Oct 18, 2017 via email

@nicolov
Copy link
Owner

nicolov commented Oct 19, 2017

There was a typo in the readme, sorry. Make sure to pip install tensorflow-gpu==1.3.0.

@Yuren-Zhong
Copy link
Author

Thanks, this fix my problem.

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

2 participants