PyTorch-Jetson-Nano
PyTorch-Jetson-Nano copied to clipboard
arm64
My platform is xavier(arm64). envriment: python:3.6 libtorch:1.8 cuda:10.2
I want to using sourse code to build torchvision. I find that the current compilation is x86. Can torchvision be compiled on arm64?
To the best of my knowledge, the Xavier is an aarch64 machine, just like the Nano. They all use the ARM processor and run the Tigra OS. You can follow the instructions given at our website Or use the wheels provided here. Note, you must have PyTorch up and running before installing TorchVision