Page 1 of 1

Prepping Windows 10-64-bit for Tensorflow-GPU

Posted: Mon 21 Oct 21 2019 10:25 pm
by Daniel Wee
tensorflow-gpu 2.0 only works with Python 3.6 and 3.7, but NOT 3.8 at the moment. You won't be able to pip install tensorflow-gpu with 3.8.

Apart from installing the NVIDIA CUDA Toolkit and the CUDNN files, you also need to add the cudart64_100.dll from:-
https://download.mersenne.ca/CUDA-DLLs

the CUDA10.0 DLL files since tensorflow-gpu 2.0 doesn't play well with 10.1 yet.

Re: Prepping Windows 10-64-bit for Tensorflow-GPU

Posted: Sun 22 Nov 22 2020 10:35 pm
by Daniel Wee
Currently CUDA 10.1 and cuDNN 7 is supported. Don't use CUDA 10.2 or cuDNN 8.