Quantized MobileNet V2¶
Quantized MobileNet V2 模型基於 MobileNetV2: Inverted Residuals and Linear Bottlenecks 論文。
模型構建器¶
以下模型構建器可用於例項化量化的 MobileNetV2 模型(帶或不帶預訓練權重)。所有模型構建器在內部都依賴於 torchvision.models.quantization.mobilenetv2.QuantizableMobileNetV2 基類。有關此類的更多詳細資訊,請參閱 原始碼。
|
從 MobileNetV2: Inverted Residuals and Linear Bottlenecks 構建 MobileNetV2 架構。 |