Nvidia jetson nano yolov4-tiny low fps (1.5 fps) - jetson not using nano GPU

Hello everyone, i made a people counter code in Python using tensorflow and trying to use this code on jetson Nano. I managed to open The code perfectly but couldnt use gpu on The project. How Can i make my code use cuda ?

Hi,

Do you install TensorFlow from our instructions below:

To run a model on GPU is similar to the desktop usage if the package do build with GPU support.

Thanks.