Importing Keras models to Jetson Nano

Does Jetson Nano support importing of full tensorflow based models (built in Keras elsewhere and converted to .pb format)? Or is the system only working with TFLite?

Also, does the jetson nano support LSTM architectures?

Hi,

Actually, we only support standard TensorFlow frameworks:
[url]Installing TensorFlow for Jetson Platform :: NVIDIA Deep Learning Frameworks Documentation

Suppose all the functions in TensorFlow are supported on the Nano except several x86-only utilities.
Please noticed that Nano’s memory is much smaller than desktop GPU.
This will limit you from using too complicated model.

Thanks.