You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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?
The text was updated successfully, but these errors were encountered: