Shortcuts

lraspp_mobilenet_v3_large

torchvision.models.segmentation.lraspp_mobilenet_v3_large(pretrained: bool = False, progress: bool = True, num_classes: int = 21, pretrained_backbone: bool = True, **kwargs: Any)torchvision.models.segmentation.lraspp.LRASPP[source]

Constructs a Lite R-ASPP Network model with a MobileNetV3-Large backbone.

Parameters
  • pretrained (bool) – If True, returns a model pre-trained on COCO train2017 which contains the same classes as Pascal VOC

  • progress (bool) – If True, displays a progress bar of the download to stderr

  • num_classes (int) – number of output classes of the model (including the background)

  • pretrained_backbone (bool) – If True, the backbone will be pre-trained.

Examples using lraspp_mobilenet_v3_large:

Docs

Access comprehensive developer documentation for PyTorch

View Docs

Tutorials

Get in-depth tutorials for beginners and advanced developers

View Tutorials

Resources

Find development resources and get your questions answered

View Resources