AGX Xavier torchvision installation

Hi NVIDIA,

I am attempting to install pytorch and torchvision on the Jetson AGX Xavier by following the post at PyTorch for Jetson

I have tried multiple versions of pytorch and torchvision but never get further then the command python3 setup.py install --user in the torchvision directory.

The error I got included print statements such as ‘cached_cast’ is not a member of ‘at::autocast’, with error: command ‘aarch64-linux-gnu-gcc’ failed with exit status 1’. I would like to print the entire output but now when I do the call only ‘segmentation fault’ or ’ segmentation fault (core dumped)’ is printed.

Do you have an idea what may be going wrong? Thanks in advance!

Found a solution through: PyTorch for Jetson - #571 by dusty_nv

Glad yo know solution found, thanks for the update.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.