From f58e6cebe484552b733a029916e5a61de42c0e2e Mon Sep 17 00:00:00 2001 From: Geoffrey Irving Date: Tue, 13 Jun 2017 12:34:36 -0700 Subject: [PATCH] Note that the cuDNN version must match exactly on Windows (#10653) Fixes #10594. --- tensorflow/docs_src/install/install_windows.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tensorflow/docs_src/install/install_windows.md b/tensorflow/docs_src/install/install_windows.md index 42820660ee6..42412b9d89c 100644 --- a/tensorflow/docs_src/install/install_windows.md +++ b/tensorflow/docs_src/install/install_windows.md @@ -38,9 +38,10 @@ installed on your system: [NVIDIA documentation](https://developer.nvidia.com/cuda-gpus) for a list of supported GPU cards. -If you have an earlier version of the preceding packages, please -upgrade to the specified versions. - +If you have a different version of one of the preceding packages, please +change to the specified versions. In particular, the cuDNN version +must match exactly: TensorFlow will not load if it cannot find `cuDNN64_5.dll`. +To use a different version of cuDNN, you must build from source. ## Determine how to install TensorFlow