Install keras and tensorflow in jetson nano

Hello,
I want to install keras and tensorflow in jetsonnano 4GB but everytime I’m doing its not successful.
Please, guide with steps to follow.

Please refer to Tensorflow compatibility with Keras on Jetson Nano - Jetson & Embedded Systems / Jetson Nano - NVIDIA Developer Forums to see if can help. Thanks

Its showing how to download directly from website, even if I download how to make it install in the jetson nano

You may need to do the study from Official TensorFlow for Jetson Nano! - Jetson & Embedded Systems / Jetson Nano - NVIDIA Developer Forums

Hi,

Please install TensorFlow with the instructions shared in the below topic:

Keras can be installed with pip3 directly:

$ pip3 install keras

Thanks.

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