Here are the steps you can follow:
- Install Python. https://www.python.org/downloads/
- update pip. python -m pip install --upgrade pip.
- install NumPy first. according to PyTorch official guide recommend that install NumPy first. ...
- no Cuda PyTorch 0.4.1. pip install https://download.pytorch.org/whl/cpu/torch-0.4.1-cp37-cp37m-win_amd64.whl.
- Torchvision.