Relative Content

Tag Archive for pythonwindowsanacondacuda

How to setup a deep learning hub locally

I really need to setup a deep learning hub on my PC. I run a 13900k with a 4080S and 32GB of 6400 MT Ram, I know what I want to train / model, but for the love of God, I can’t set it up on my personal computer. I run Win10 just for reference. Thanks in advance

CUDA11.8 is installed successfully but python cannot detect it

The picture clearly shows that I installed CUDA and the corresponding pytorch,
however
print(torch.cuda.is_available())
out put false only
enter image description here
enter image description here
I did use the virtual python environment I installed
enter imyour textage description here