Inception V3¶
InceptionV3 模型基于《Rethinking the Inception Architecture for Computer Vision》论文。
模型构建器¶
可以使用以下模型构建器来实例化 InceptionV3 模型,无论是否使用预训练权重。所有模型构建器内部都依赖于 torchvision.models.inception.Inception3
基类。有关此类的更多详细信息,请参阅源代码。
|
基于《Rethinking the Inception Architecture for Computer Vision》的 Inception v3 模型架构。 |