捷徑

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 的全面開發者文件

查看文件

教學

取得針對初學者和進階開發者的深入教學

查看教學

資源

尋找開發資源並獲得問題解答

查看資源