Tensorflow 1.11 needs CuDNN 7.2 for CUDA 9.0, but there is no such library

10.8k Views Asked by At

The requirements of the current version of tensorflow 1.11 to run on GPU are

  • CUDA® Toolkit —TensorFlow supports CUDA 9.0.
  • cuDNN SDK (>= 7.2)

However the CuDNN downlad page only lists

Download cuDNN v7.2.1 (August 7, 2018), for CUDA 9.2

Given that CuDNN comes with different binaries for minor revisions of the CUDA toolkit (e.g. CuDNN 7.1.3 has one binary for CUDA 9.1 and another for CUDA 9.0), I suppose that this binary of CuDNN 7.2 is not compatible with CUDA 9.0.

Is is a documentation bug? If not, how to fullfill the requirements of TF 1.11?

3

There are 3 best solutions below

0
On

Go to this page instead. https://developer.nvidia.com/rdp/cudnn-download

It has the link for Download cuDNN v7.3.0 (Sept 19, 2018), for CUDA 9.0

2
On

cuDNN v7.2.1 for CUDA 9.0 used to be there but now that they have v7.3.0 it's not in the archives anymore. I'm having the same problems too with a model I built on another PC. Luckily I hadn't deleted the installers. I'll share them (only the deb installers for Linux) here.

0
On

I found the below answer by modifying the addresses from the publicly available libraries: https://developer.nvidia.com/compute/machine-learning/cudnn/secure/v7.2.1/prod/9.0_20180806/cudnn-9.0-windows10-x64-v7.2.1.38

As @emilyfy suggested, addresses for other, hosted but not published versions and OSs can also be acquired.