How to inference AI model that are designed and trained outside onto the jetson nano baord?

Hi,

Do you train it with PyTorch?
If yes, you can install PyTorch on Nano and infer it with a similar API:

Thanks.