Inception V3¶
InceptionV3 模型基於 Rethinking the Inception Architecture for Computer Vision 論文。
模型構建器¶
可以使用以下模型構建器來例項化 InceptionV3 模型,無論是否包含預訓練權重。所有模型構建器在內部都依賴於 torchvision.models.inception.Inception3 基類。有關此類更詳細資訊,請參閱 原始碼。
|
Inception v3 模型架構,來自 Rethinking the Inception Architecture for Computer Vision。 |