Skip to content

Efficientnet-V2#

eqxvision.models.efficientnet_v2_s(torch_weights: str = None, **kwargs: Any) -> EfficientNet #

Constructs an EfficientNetV2-S architecture from EfficientNetV2: Smaller Models and Faster Training.

Arguments:

  • torch_weights: A Path or URL for the PyTorch weights. Defaults to None

eqxvision.models.efficientnet_v2_m(torch_weights: str = None, **kwargs: Any) -> EfficientNet #

Constructs an EfficientNetV2-M architecture from EfficientNetV2: Smaller Models and Faster Training.

Arguments:

  • torch_weights: A Path or URL for the PyTorch weights. Defaults to None

eqxvision.models.efficientnet_v2_l(torch_weights: str = None, **kwargs: Any) -> EfficientNet #

Constructs an EfficientNetV2-L architecture from EfficientNetV2: Smaller Models and Faster Training.

Arguments:

  • torch_weights: A Path or URL for the PyTorch weights. Defaults to None