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