Jetson Nano GPU Utilization using TensorFlow

My GPU is not working on Jetson Nano which I have checked using the following command:

tf.config.list_physical_devices('GPU')

I am using “Jetson nano” My Jetpack is 4.6.1 I have cuda 10.2 I have cudatoolkit and cudnn installed in my environment with following versions:
cudatoolkit: 11.7.0
cudnn: 8.4.1.50

How can I enable the GPU on “Jetson Nano”?

Hi,

Could you double-check your CUDA toolkit version?
We don’t support CUDA 11 on Jetson Nano.

$ apt show nvidia-jetpack

Thanks.

I have cuda 10-2 which came with jetpack 4.6.1, Not cuda-11

Hi,

How do you install the TensorFlow package?
Is the package built with CUDA enabled?

Or could you try to install our prebuilt?
https://developer.download.nvidia.com/compute/redist/jp/v461/tensorflow/

Thanks.

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