Porting TensorFlow Lite model to JETSON Nano 2GB Developer kit

I have a tensorflow-keras model developed in .h5 format, which I converted into .tflite format. Now, how I can take this model to NVIDIA’s Jetson Nano 2GB Developer kit. It would be great, if someone could help with all the steps or related references in order to achieve the same.

Hi,

Since Nano 2GB has limited memory, some models might lead to OOM errors.

We recently have an EfficientNet example from the TensorFlow model.
You can find the example below:

Thanks.

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