Tf.test.is_gpu_available() returns False

I use NVIDIA GeForce 1050 Ti.
I have installed CUDA Toolkit 10.0 and [ cuDNN v7.6.5 (November 5th, 2019), for CUDA 10.0]
When I run tf.test.is_gpu_available() it returns False.
print(tf.test.is_built_with_cuda()) returns True.
What is it that I am missing?

1 Like

Hello,

I’m having the same issue with *tf.test.is_gpu_available() and tf.test.is_built_with_cuda(). Did you have any luck?

Cheers