Jetson Orin tensorflow support

While running the tensorflow in jetson orin tit is showing DNN library not found. Although the path is already set. I have CUDA 11.04 ,cudnn 8.3 and tensorflow 2.9.1

@ aee_cdac

Welcome to the TensorFlow Forum!

This error is because you have not installed compatible version of CUDA and cuDNN to have GPU Support enabled with Tensorflow in your system which are CUDA 11.2 and cuDNN 8.1 for Tensorflow 2.9 as per below tested build configuration.

Please try again by installing the correct version of CUDA and cuDNN. Thank you.