快捷方式

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 的全面开发者文档

查看文档

教程

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

查看教程

资源

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

查看资源