aiotko
Results
3
comments of
aiotko
Thank you for the advice, I've tried but there are no expected properties in the model ``` import torch from torch2trt import TRTModule model_trt = TRTModule() model_trt.load_state_dict(torch.load('rcnn_emd_refine.pth')) ``` ``` def...
+1 Looking forward for the feature
@chenscottus have you tried building on Jetson Nano? If you have any tips how to do?