hello,
I’m trying to install PyTorch version, what is the jet pack version for “jetson-nano-jp461-sd-card-image” ???
“jetson-nano-jp461-sd-card-image” is from the “get-started” link Get Started With Jetson Nano Developer Kit | NVIDIA Developer
Pytorch version link
Please and thank you.
S
Hi,
The package listed below the JetPack 4
should work (ex. PyTorch v1.10.0).
Please give it a try.
Thanks.
Thank you!
one more thing. For some reason unable to get “torchvision” verified using python3.
I tried PyTorch v1.10 - torchvision v0.11.1
Do I have the torchvision version settings in the below commands correct?
sudo apt-get install libjpeg-dev zlib1g-dev libpython3-dev libopenblas-
dev libavcodec-dev libavformat-dev libswscale-dev
git clone --branch **v0.11.1 https://github.com/pytorch/vision torchvision
cd torchvision
export BUILD_VERSION=0.11.1
python3 setup.py install --user
cd …/
Thanks again.
Hi,
No, please find it under Installation>torchvision
.
PyTorch v1.1 is compatible with TorchVision v0.3.0.
Thanks.
system
Closed
7
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.