ankitkpr93

Results 1 issues of ankitkpr93

Hi, I have been trying to convert the Resnet18_fpn customized Faster-RCNN network using following code. ``` import torch import torchvision import torch2trt import tensorrt as trt model = get_model_instance('resnet18_fpn', num_classes)...