Pretrained weights for lucid.models.efficientnet_b5_cls.
compound-scaled B5 at 456 (30.4 M params, 10.27 GFLOPs, top-1 83.44%).
Attributes
IMAGENET1K_V1WeightEntryImageNet-1k V1 checkpoint (top-1 83.444% / top-5 96.628%),
sourced from
torchvision/EfficientNet_B5_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_b5_cls
>>> model = efficientnet_b5_cls(pretrained=True).eval()