Pretrained weight tags for lucid.models.inception_next_base_cls.
Ships a single ImageNet-1k checkpoint (SAIL_IN1K) converted
from timm's inception_next_base.sail_in1k weights and re-hosted
under huggingface.co/lucid-dl/inception-next-base. Uses a
tighter crop_pct=0.95 eval pipeline (236 resize / 224 crop).
Examples
>>> from lucid.models.vision.inception_next._weights import InceptionNeXtBaseWeights
>>> list(InceptionNeXtBaseWeights.__members__)
['SAIL_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.
>>> InceptionNeXtBaseWeights.DEFAULT is InceptionNeXtBaseWeights.SAIL_IN1K
True
>>> InceptionNeXtBaseWeights.SAIL_IN1K.num_classes
1000