Keras model to tensorrt

hello, I created a keras model which was trained on non image data on my windows machine, I have been trying to deploy this model on jetson nano but with all my effort have not been able too, please I would love if I can be guided to do this

  • List item

Hi,

You can inference it with keras directly on the Nano board.
Below is the instructions for TensorFlow installation for your reference:

Thanks.