Pretrained weights for lucid.models.efficientformer_l7_cls.
Single ImageNet-1k checkpoint converted from timm's
efficientformer_l7.snap_dist_in1k (Li et al., 2022; ~82.2M params,
83.3% top-1).
Examples
>>> from lucid.models.vision.efficientformer._weights import EfficientFormerL7Weights
>>> list(EfficientFormerL7Weights.__members__)
['SNAP_DIST_IN1K', 'DEFAULT']
DEFAULT is an alias rather than a fourth entry, so a bare
pretrained=True and the tag it resolves to cannot drift apart.
>>> EfficientFormerL7Weights.DEFAULT is EfficientFormerL7Weights.SNAP_DIST_IN1K
True
>>> EfficientFormerL7Weights.SNAP_DIST_IN1K.num_classes
1000