Open angela804 opened 1 year ago
Having a similar issue. Are you using WSL?
Having a similar issue. Are you using WSL?
there's something wrong with the CUDA and the Pytorch versions. I think my CUDAs are from an older version so I just reinstalled all of my CUDAs and it worked
Having a similar issue. Are you using WSL?
there's something wrong with the CUDA and the Pytorch versions. I think my CUDAs are from an older version so I just reinstalled all of my CUDAs and it worked
My cuda is already 11.8 and still have this problem
Having a similar issue. Are you using WSL?
there's something wrong with the CUDA and the Pytorch versions. I think my CUDAs are from an older version so I just reinstalled all of my CUDAs and it worked
Can you tell me more about how you solved it
I also have this problem cuda canno't find any GPUS even though they are existing
print(torch.cuda.is_available()) print(torch.version.cuda)
-> this always shows none available
@hanyiwei799 @BenjaminSchaar solved this one around november last year so my memory is kind of boggly, but, as far as I remember, cuda and pytorch versions were conflicting. so, instead of just installing the pytorch from here, I uninstalled my cuda first, and reinstalled it again with latest versions.
you can not follow that command, i just show that to make sure we're on the same thing
thanks alot i will try it!
curious but whenever I train a model, it's always using CPU and never gpu. I'm confused why it's not detecting any cuda when i have cuda already installed