1. Install Anaconda Python 3.7
64-Bit Graphical Installer (Download, Run)
64-Bit Graphical Installer (Download, Run)
2. Install PyTorch (Windows 64 CUDA 10.1 Python 3.7)
Launch Anaconda Prompt
conda install pytorch torchvision cudatoolkit=10.1 -c pytorch
3. Test Installation
*if ModuleNotFoundError: with "import torch"
then find your driver at https://download.pytorch.org/whl/torch_stable.html
example: Windows 64 CUDA 10.1 Python 3.7
pip install https://download.pytorch.org/whl/cu101/torch-1.3.1-cp37-cp37m-win_amd64.whl
*if torch.cuda.is_available() is FALSE