I upgraded my cudatoolkit to 11.3.1 and installed Pytorch using
conda install pytorch torchvision torchaudio cudatoolkit=11.3 -c pytorch in the environment.
Transaction was prepared, verified and executed properly. But when I want to run a code with torch, the program stops at > import torch and return
OSError: [WinError 127] The specified procedure could not be found. Error loading “…envs\Torch\lib\site-packages\torch\lib\shm.dll”" or one of its dependencies.
cudatoolkit = 11.3.1
pytorch = 1.11.0
Python = 4.8.5
Spyder = 4.1.5