I had my machine learning model working perfectly on Windows 10.
When I upgraded to Windows 11, the model became too slow even though Cuda is present. I have not changed anything in the code…
I reinstalled Cuda and Pytorch again! Cuda version is cuda_11.7 (installed for Windows 11) and Pytorch is installed via the official command: “conda install pytorch torchvision torchaudio pytorch-cuda=11.7 -c pytorch -c nvidia”
Have I missed anything?! Where might be the issue?