如何在 Intel & python2.7 上安装 pytorch?

How Can I Install pytorch on Intel & python2.7?

经常看到如何在intel上安装pytorch&python3 但没有 python2...!

如何在英特尔和 python2

上安装 pytorch

您可以通过两种方式安装 PyTorch

使用 pip 和 使用 conda

使用 pip 安装 PyTorch

pip install torch==1.3.1+cpu torchvision==0.4.2+cpu -f https://download.pytorch.org/whl/torch_stable.html

通过 conda

安装 PyTorch
conda install pytorch torchvision cpuonly -c pytorch