Tensorflow can't find Graphic Card

Question:

Python don’t see Graphic card. Used official documentation here

Install CUDA 11.2, cuDNN 8.1, tensorflow: 2.11.0/2.10.0. Also used several videos from Youtube, but still doesn’t work.

Graphic card: 1650

I try to predict stock price and want to use Tensorflow GPU.

  1. Installed Visual Studio Installer and install all necessary components.
  2. Install Cuda 11.2
  3. Install Graphic Card driver
  4. Set up cuCNN 8.1
  5. Set up PATH for CUDA
  6. Also was used tensorflow-gpu and tensorflow

But still don’t receive any result.

Graphic Card: Nvidia GeForce 1650

Also was install required versions of tensorflow-gpu.

Fix it. Just use CONDA:

Create new Enviroment and after:


conda install cudatoolkit=11.2 cudnn=8.1

Asked By: Lubomir

||

Answers:

Fix it. Just use CONDA:

Create new Enviroment and after:

conda install cudatoolkit=11.2 cudnn=8.1

Answered By: Lubomir