-
Notifications
You must be signed in to change notification settings - Fork 714
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
cuDNN version mismatch for TensorFlow 2.5.0 #13796
Labels
Milestone
Comments
This usually means that the GPUs compute capability is not included in the binaries. Make sure that TF is build with the correct cuda-compute-capabilities options for your GPUs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
According to https://www.tensorflow.org/install/gpu#software_requirements TF 2.5.0 ,
cuDNN
8.1
is required.We have version
8.0.4.30
forCUDA
11.1
infosscuda/2020b
.We have also seen some problems with our install of TF 2.5.0, which we suspect are related to this version mismatch:
cuDNN
8.1.1.33
is available for download, albeit forCUDA
11.2
. Technically, it's in the part of the NVIDIA archive labelled11.0, 11.1, 11.2
but the explicit version in the tarball is11.2
.In summary, we would like to try TF 2.5.0 with
11.2`.
cuDNN
8.1
infosscuda/2020b
, which is based onCUDA
11.1, while the
cuDNNrelease appears to be intended for
CUDAThe text was updated successfully, but these errors were encountered: