快捷方式

Inception V3

InceptionV3 模型基于 Rethinking the Inception Architecture for Computer Vision 论文。

模型构建器

以下模型构建器可用于实例化 InceptionV3 模型,无论是否使用预训练权重。所有模型构建器都在内部依赖于 torchvision.models.inception.Inception3 基类。有关此类的更多详细信息,请参阅源代码

inception_v3(*[, weights, progress])

来自 Rethinking the Inception Architecture for Computer Vision 的 Inception v3 模型架构。

文档

访问 PyTorch 的全面开发者文档

查看文档

教程

获取面向初学者和高级开发者的深度教程

查看教程

资源

查找开发资源并获得问题解答

查看资源