Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f58e6ce

Browse files
girvingmartinwicke
authored andcommitted
Note that the cuDNN version must match exactly on Windows (tensorflow#10653)
Fixes tensorflow#10594.
1 parent 9a94143 commit f58e6ce

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

tensorflow/docs_src/install/install_windows.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,10 @@ installed on your system:
3838
[NVIDIA documentation](https://developer.nvidia.com/cuda-gpus) for a
3939
list of supported GPU cards.
4040

41-
If you have an earlier version of the preceding packages, please
42-
upgrade to the specified versions.
43-
41+
If you have a different version of one of the preceding packages, please
42+
change to the specified versions. In particular, the cuDNN version
43+
must match exactly: TensorFlow will not load if it cannot find `cuDNN64_5.dll`.
44+
To use a different version of cuDNN, you must build from source.
4445

4546
## Determine how to install TensorFlow
4647

0 commit comments

Comments
 (0)