Description
TensorFlow models are running very slow on Nvidia Jetson Orin AGX 64GB module. FaceNet model for face recognition is running at 2-3 FPS whereas the same model is showing around 10FPS in windows CPU laptop. I want to increase the speed in terms of FPS on Nvidia controller. Similar issue (i.e. running very slow) is seen in PyTorch also.
Environment
TensorRT Version: 10.3
GPU Type:
Nvidia Driver Version: 540.4.0
CUDA Version: 12.6
CUDNN Version: 9.3
Operating System + Version: Ubuntu 22.04.5 LTS
Python Version (if applicable): 3.10
TensorFlow Version (if applicable): tensorflow-2.16.1+nv24.8.dist-info
PyTorch Version (if applicable): torch-2.5.0a0+872d972e41.nv24.8.dist-info
Baremetal or Container (if container which image + tag):
Steps To Reproduce
Running any TensorFlow model is so slow taking similar or more execution time than CPU devices.
Please support me in improving the speed of model inferences. I could not find TensorRT examples to optimize TensorFlow model. Also, please share the relevant examples information.