I have been trying to use Tensorflow GPU, but apparently, Tersorflow is not identifying my GPUs.
When I run:
from tensorflow.python.client import device_lib
print(device_lib.list_local_devices())
As an output, only my CPU shows up. I have checked all of the versions of everything and they seem to be compatible. I have CUDA 10.1 with CUDA Toolkit, cuDNN 7.5 and Tensorflow 1.13.1. I am running everything on Ubuntu 18.xx
What am I doing wrong?