Tag: tensorflow gpu

  • Tensorflow not detecting GPU

    Tensorflow not detecting GPU

    If TensorFlow doesn’t detect your GPU, it will default to the CPU, which means when doing heavy training jobs, these will take a really long time to complete. This is most likely because the CUDA and CuDNN drivers are not being correctly detected in your system. I am assuming that you have already installed Tensorflow […]

  • How to install Tensorflow 2.5 with CUDA 11.2 and CuDNN 8.1 for Windows 10

    How to install Tensorflow 2.5 with CUDA 11.2 and CuDNN 8.1 for Windows 10

    In this article, I am going to show you how you can install Tensorflow 2.5, CUDA 11.2.1, and CuDNN 8.1, for Windows 10, with full support for an Nvidia GPU RTX 30 series card. Since CUDA is backward compatible it should also work for RTX 20 series cards or older. But before I install CUDA, […]