下载时一定要记得使用win+R命令行,pip 安装,如果用conda安装,很容易安装CPU版本(! ! ! ! !),还是建议用pip安装过程中可以换清华源使得速度加快。
下载好以后查看torch所在文件夹:win+rR,cmd, 输入python,再输入import torch.接着输入print(_file_)就能看到torch所在文件夹。
通过pycharm设置环境。file-->settings->pythonInterpreter-->addInterpreter-->virtualEnviroment->baseInterpreter,在baseInterpreter选择你刚刚安装torch所在的文件夹,此处选择的文件是一个叫 python.exe文件