Pretrained weights for lucid.models.efficientnet_b0_cls.
baseline B0 at 224 (5.3 M params, 0.39 GFLOPs, top-1 77.69%).
Attributes
IMAGENET1K_V1WeightEntryImageNet-1k V1 checkpoint (top-1 77.692% / top-5 93.532%),
sourced from
torchvision/EfficientNet_B0_Weights.IMAGENET1K_V1.DEFAULTWeightEntryAlias for
IMAGENET1K_V1.Notes
Reference: Tan, Le, "EfficientNet: Rethinking Model Scaling for Convolutional Neural Networks", ICML 2019 (arXiv:1905.11946).
Examples
>>> from lucid.models import efficientnet_b0_cls
>>> model = efficientnet_b0_cls(pretrained=True).eval()