Tensorflow doesn't see any GPU

Description

in case I posted this message in wrong group, please point me right group.

the issue is - my tensorflow does not see any GPU.

print("Num GPUs Available: ", len(tf.config.list_physical_devices('GPU')))

this code returns 0

could somebody help me to fix it ?

Environment

TensorRT Version:
GPU Type: nvidia 2080 ti
Nvidia Driver Version: 528.49
CUDA Version: 12.0
CUDNN Version: 8.4.1.50
Operating System + Version: Windows 10
Python Version (if applicable): 3.11.0
TensorFlow Version (if applicable): 2.12.0-rc0

3 Likes

Having the same issue here…

Why is it too difficult to activate GPU. I have followed different tutorial, yet same erro.
len(tf.config.list_physical_devices(‘GPU’))>0
False