Installing PyTorch with Anaconda and Conda
* Download Anaconda and install (Go with the latest Python version).
* Go to the Getting Started section on the PyTorch website through pytorch.org.
* Generate the appropriate configuration options for your particular environment. For example:
* OS : Windows
* Package Manager : condo
* Python : 3.6
* CUDA : 9.0
* Run the below command in the terminal(CMD) to install PyTorch.
For example, the configuration we specified in step(3), we have the following command:
> conda install PyTorch -c PyTorch
> pip3 install torchvision