How to inference a tensorflow model trained by DIGITS or Keras on Tx2

We installed tensor flow and keras successfully on TX2.
And we like to inference a tensor flow model which is trained by DIGITS or is trained by Keras on Tx2.
Is there any reference sample or documentation to flow it?
Due to Python API is only available on x86, is there any advice for doing tensorflow model to UFF model? Even tensorrt UFF model transfer?
Appreciate any advice?

thank you,

Hi,

Here is our webinar and tutorial to demonstrate TensorFlow to TensorRT usage:

Thanks.

Hi AastaLLL,

Thank you so much for your great support.
The webinar works.