Hi,
I want to run Resnet50 (pretrained) inference on jetson nano USING TENSORRT.
Can anyone guide me the step by step procedure to convert the model to tensorrt?
DO I have to do the conversion on CPU and then port the converted tensorrt model on jetson? or do I have to do the conversion on jetson itself?
How can I do it using the NGC containers if it has to be done on jetson? Which container do i need to use?
Thanks in advance