https://pytorch.org/
该查看自己安装需要的 版本
pip3 install https://download.pytorch.org/whl/cu100/torch-1.1.0-cp35-cp35m-win_amd64.whl
pip3 install https://download.pytorch.org/whl/cu100/torchvision-0.3.0-cp35-cp35m-win_amd64.whl
如果下载过慢可以从这儿下载:https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/pytorch/
安装 numpy
安装 pip install intel-openmp
否则 import torch 会提示
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "E:\software\Python35\lib\site-packages\torch\__init__.py", line 79, in <module>
from torch._C import *
ImportError: DLL load failed: 找不到指定的模块。