Pretrained weights for lucid.models.efficientnet_b6_cls.
compound-scaled B6 at 528 (43.0 M params, 19.07 GFLOPs, top-1 84.01%).
Attributes
IMAGENET1K_V1WeightEntryImageNet-1k V1 checkpoint (top-1 84.008% / top-5 96.916%),
sourced from
torchvision/EfficientNet_B6_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_b6_cls
>>> model = efficientnet_b6_cls(pretrained=True).eval()