PyTorch installation on Windows 10

Install pyTorch on Windows 10 : guide

I am using python 3.6.5 and pip version 10.0.1 (python 3.6) and i have the Nvidia CUDA 9.0 SDK installed.

pip3 install http://download.pytorch.org/whl/cu90/torch-0.4.0-cp36-cp36m-win_amd64.whl
pip3 install torchvision

Next you need to install the OpenMP support go to
https://software.intel.com/en-us/articles/redistributable-libraries-of-the-intel-c-and-fortran-compiler-for-windows

and i have installed:
https://software.intel.com/sites/default/files/managed/01/9c/w_cproc_p_11.1.072_redist_intel64.zip

Have fun with pyTorch

/Adrian