PyTorch – Installation

pytorch tutorial

In this guide, we will learn about Installation of PyTorch. PyTorch is a popular deep learning framework. In this tutorial, we consider “Windows 10” as our operating system. The steps for a successful environmental setup are as follows −

Step 1

The following link includes a list of packages which includes suitable packages for PyTorch.https://drive.google.com/drive/folders/0B-X0-FlSGfCYdTNldW02UGl4MXM

All you need to do is download the respective packages and install it as shown in the following screenshots −

pytorch ex
packages

Step 2

It involves verifying the installation of PyTorch framework using Anaconda Framework.

Following command is used to verify the same −

conda list
pytorch framework

“Conda list” shows the list of frameworks which is installed.

conda list

The highlighted part shows that PyTorch has been successfully installed in our system.

Next Topic : Click Here

This Post Has One Comment

Leave a Reply