About Torch in Jetson Xavier

Hello, I installed jetpack 4.2.1 successfully, And I want to test the AGX’s performance. Does it support neural inference within the PyTorch framework such as Torch0.4.0 now? By the way, I can’t install Torch0.4.0 in AGX.

Hi,

What kind of error did you meet?

You will need to build it from source for the pyTorch installation.
Here is the instructions for v1.1.0. The steps of v4.0 should be similar.
[url]https://devtalk.nvidia.com/default/topic/1049071/jetson-nano/pytorch-for-jetson-nano/[/url]

Thanks.