Dear Support Team,
I am trying to install torchvision
compatible with my JetPack version, but I am encountering errors during installation.
My current configuration:
nvidia@tegra-ubuntu:~$ sudo jetson_release
Software part of jetson-stats 4.3.2 - (c) 2024, Raffaello Bonghi
Model: NVIDIA Jetson Nano Developer Kit - Jetpack 4.3 [L4T 32.3.1]
NV Power Mode[0]: MAXN
Serial Number: [XXX]
- Module: NVIDIA Jetson Nano module (16Gb eMMC)
Platform: - Distribution: Ubuntu 18.04 Bionic Beaver
- Release: 4.9.140-tegra
jtop: - Version: 4.3.2
- Service: Active
Libraries: - CUDA: 10.0.326
- cuDNN: 7.6.3.28
- TensorRT: 6.0.1.10
- VPI: 0.1.0
- Vulkan: 1.1.70
- OpenCV: 4.5.1 - with CUDA: YES
I followed the instructions from the official NVIDIA forum to install PyTorch and torchvision:
🔗 https://forums.developer.nvidia.com/t/pytorch-for-jetson/72048
I successfully installed **PyTorch 1.4.0**, but when trying to install **torchvision 0.5.0**, I get an error.
Could you help me identify what I might be doing wrong?
Best regards,
Alexandre