EfficientNetV2¶
EfficientNetV2 模型基于 EfficientNetV2: Smaller Models and Faster Training 论文。
模型构建器¶
以下模型构建器可用于实例化 EfficientNetV2 模型,可选用预训练权重。所有模型构建器内部都依赖于 torchvision.models.efficientnet.EfficientNet
基类。有关此类类的更多详细信息,请参阅 源代码。
|
从 EfficientNetV2: Smaller Models and Faster Training 构建 EfficientNetV2-S 架构。 |
|
从 EfficientNetV2: Smaller Models and Faster Training 构建 EfficientNetV2-M 架构。 |
|
从 EfficientNetV2: Smaller Models and Faster Training 构建 EfficientNetV2-L 架构。 |