Has anyone been able to make tensorflow detect the GPU using python 3.7?
How did you do it? I've downloaded cuDNN 8.1, CUDA 11.2, then pip installed tensorflow using pip install tensorflow-gpu==2.5
I've added another environment variable for cuDNN's bin, however I am still getting this result Num GPUs Available 0
. Does Tensorflow (CUDA 11.2) even work with the AMD Radeon Vega 8?