ERROR: Cannot create cuDNN handle. cuDNN won't be available.

Hi, I’m following the link:
https://github.com/dusty-nv/jetson-inference/blob/maste
and received the following error:
ERROR: Cannot create cuDNN handle. cuDNN won’t be available.

Is it connected to the fact that there was no option to select a GPU while trying to create the ‘new image classification model’?

Hi,

Please remember to install CUDA/cuDNN/TensorRT before running jetson_inference sample.
The required libraries can be installed via JetPack:

For TX2, only one GPU (ID=0) is available.

Thanks.

Thank you very much

Hi,

Is there somewhere a good explanation how to install the latest versions of CUDA/cuDNN/TensorRT with the latest version of Jetpack?

Thanks, Yoni.

Hi,

Check our JetPack tutorial webinar here:

Thanks.

Thank you :)