CUDNN version conflict JETSON AGX ORIN

Good morning
I have a JETSON AGX ORIN.

I have installed the TensorFlow by following the link Installing TensorFlow for Jetson Platform :: NVIDIA Deep Learning Frameworks Documentation

However, when testing my DL model i encounter the following error :

tensorflow/stream_executor/cuda/cuda_dnn.cc:417] Loaded runtime CuDNN library: 8.3.2 but source was compiled with: 8.4.1. CuDNN library needs to have matching major version and equal or higher minor version…

UNIMPLEMENTED: DNN library is not found.

When i checked the installed libcudnn version, i found it 8.3.2

Thank you in advance

Hi,

Did you setup Orin with JetPack 5.0.2 GA?
Based on the log, the TF package you installed is built for JetPack 5.0.2.

Thanks.

Good morning
Thank you for your answer. Effectively, the problem was in the Jetpack version. I have installed v5.01 by mistake, because it is given in https://developer.nvidia.com/embedded/learn/get-started-jetson-agx-orin-devkit.
Have a good day

Thanks.
It’s everything okay after resetting the environment to JetPack 5.0.2?

Good afternoon
Yeah, it works very fine ! I really appreciate this module.
Thank you again and have a good day

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