torch.cuda.is_available() returns False with cuda10.0, but True with cuda8.0. So I am confused with this problem.
I have installed cuda with different version(8.0 as well as 10.0) and the corresponding cudnn, but the returned value is opposite. Is this relative to the NVIDIA gpu driver version(which is 375.26)? Does this makes the cuda10.0 not working?
Also with torch.cuda.is_available () had false.
But when installing the Nvidia driver to the most updated version 436.48, True is displayed. I previously updated Pytorch to 1.2.0.
I have windows 10 and anaconda.