Why does my torchvision==0.20.0 can't work,after my jetson agx orin installed jetpack6.1,my virtual environment is virtualenv

RuntimeError: We should not register a meta kernel directly to the operator ‘torchvision::roi_align’, because it has a CompositeImplicitAutograd kernel in core. Instead we should let the operator decompose, and ensure that we have meta kernels for the base ops that it decomposes into.

Hi,
Here are some suggestions for the common issues:

1. Performance

Please run the below command before benchmarking deep learning use case:

$ sudo nvpmodel -m 0
$ sudo jetson_clocks

2. Installation

Installation guide of deep learning frameworks on Jetson:

3. Tutorial

Startup deep learning tutorial:

4. Report issue

If these suggestions don’t help and you want to report an issue to us, please attach the model, command/step, and the customized app (if any) with us to reproduce locally.

Thanks!

Hi,

You will need to use the packages that are built for JetPack 6.1 instead.

http://jetson.webredirect.org/jp6/cu126

Thanks.

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