Hello,
I want to use keras and cuda on my device running with Ubuntu 20.04 and with a Nvidia Quadro T500 GPU.
According to the following links, my GPU capability only support cuda toolkit 10.0 which is not available for Ubuntu 20.04, but since I am using a work laptop, it is not so easy to just downgrade to 18.04.
https://developer.nvidia.com/cuda-gpus
https://www.tensorflow.org/install/source#gpu
Can anyone tell me how to solve that conflict?
Also (but not really important) I am wondering, why on the nvidia website they talk about cuda compatibility which shows 7.5 for my T500, when on the tensorflow website 7.5 seems to refer to the cuDNN version.