Closed tuxxon closed 3 years ago
Try replacing model = torch.hub.load('pytorch/vision:v0.9.0', 'deeplabv3_resnet50', pretrained=True)
with
model = torchvision.models.segmentation.deeplabv3_resnet50(pretrained=True)
Thanks.
By the way, I forgot this issue. :-)
Could you tell me how to resolve this issue?