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