Jetson Nano 4GB Tensorflow Using GPU Help

Hi,

Have you followed the below topic to install TensorFlow?

The hdf5-related error should be fixed by setting ‘Cython<3’

sudo pip3 install --verbose 'protobuf<4' 'Cython<3'

Thanks.