捷徑

量化 InceptionV3

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

模型建構器

以下模型建構器可用於實例化量化 Inception 模型,無論有無預先訓練的權重。所有模型建構器在內部都依賴 torchvision.models.quantization.inception.QuantizableInception3 基底類別。請參考 原始碼 以取得關於此類別的更多詳細資訊。

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

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

文件

取得 PyTorch 的全面開發人員文件

檢視文件

教學課程

取得適合初學者和進階開發人員的深入教學課程

檢視教學課程

資源

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

檢視資源