快捷方式

EfficientNetV2

EfficientNetV2 模型基于 EfficientNetV2: Smaller Models and Faster Training 论文。

模型构建器

以下模型构建器可用于实例化 EfficientNetV2 模型,可选用预训练权重。所有模型构建器内部都依赖于 torchvision.models.efficientnet.EfficientNet 基类。有关此类类的更多详细信息,请参阅 源代码

efficientnet_v2_s(*[, weights, progress])

EfficientNetV2: Smaller Models and Faster Training 构建 EfficientNetV2-S 架构。

efficientnet_v2_m(*[, weights, progress])

EfficientNetV2: Smaller Models and Faster Training 构建 EfficientNetV2-M 架构。

efficientnet_v2_l(*[, weights, progress])

EfficientNetV2: Smaller Models and Faster Training 构建 EfficientNetV2-L 架构。

文档

访问全面的 PyTorch 开发者文档

查看文档

教程

为初学者和高级开发者提供深入的教程

查看教程

资源

查找开发资源并让您的问题得到解答

查看资源