Reputation: 582
I'm pretty new to this and I'm wondering how do I get my conda environment to be able to recognize my GPU? Purpose is for me to emulate the Linux environment on my windows 10 device. I'm using the Anaconda prompt.
I'm following the instructions in this set up guide : https://medium.com/analytics-vidhya/4-steps-to-install-anaconda-and-pytorch-onwindows-10-5c9cb0c80dfe
But when I run the torch.cuda.is_available()
it returns "false"
Not sure where I'm going wrong, would appreciate any help on how to get it to show "true" instead.
Upvotes: 3
Views: 5274
Reputation: 61
Check your CUDA version. Not all the version of CUDA supports official pytorch. Check the official website of pytorch
Upvotes: 1