Skip to content

Jetson Nano 4: Install Pytorch 1.10 and Torchvision 0.11.0

Loading

Install Install Pytorch 1.10 and Torchvision 0.11.0

Pytorch and Torchvision comes in hand and hand. When installing torchvision you need to have certain version of Pytorch.
For the Pytorch 1.10 you have to install 0.11.0

git clone https://github.com/epratheeban/jetson_nano_setup.git
cd jetson_nano

As usual make the sh file executable


chmod +x 5_install_pytorch1.10.sh
chmod +x 6_install_torchvision0.11.0.sh

For installing Pytorch

./5_install_pytorch1.10.sh

and now to install torchvision

./6_install_torchvision0.11.0.sh

Leave a Reply

Your email address will not be published. Required fields are marked *