快捷方式

量化 InceptionV3

量化 Inception 模型基於 《Rethinking the Inception Architecture for Computer Vision》 這篇論文。

模型構建器

以下模型構建器可用於例項化量化 Inception 模型,無論是否帶有預訓練權重。所有模型構建器都依賴於 torchvision.models.quantization.inception.QuantizableInception3 基類。有關此類更多詳細資訊,請參閱 原始碼

inception_v3(*[, weights, progress, quantize])

Inception v3 模型架構,來自 Rethinking the Inception Architecture for Computer Vision

文件

訪問全面的 PyTorch 開發者文件

檢視文件

教程

為初學者和高階開發者提供深入的教程

檢視教程

資源

查詢開發資源並讓您的問題得到解答

檢視資源