Pretrained weights for lucid.models.mobilenet_v3_large_cls.
Howard et al. ICCV 2019 Large (5.5 M params, top-1 74.04%).
Attributes
IMAGENET1K_V1WeightEntryImageNet-1k V1 checkpoint (top-1 74.042% / top-5 91.340%),
sourced from
torchvision/MobileNet_V3_Large_Weights.IMAGENET1K_V1.DEFAULTWeightEntryAlias for
IMAGENET1K_V1.Notes
Reference: Howard et al., "Searching for MobileNetV3", ICCV 2019 (arXiv:1905.02244).
Examples
>>> from lucid.models import mobilenet_v3_large_cls
>>> model = mobilenet_v3_large_cls(pretrained=True).eval()