量化 GoogLeNet¶ 量化 GoogleNet 模型基于 通过卷积更深入 论文。 模型构建器¶ 以下模型构建器可用于实例化一个量化 GoogLeNet 模型,无论是否有预训练权重。所有模型构建器在内部依赖于 torchvision.models.quantization.googlenet.QuantizableGoogLeNet 基类。有关此类的更多详细信息,请参阅 源代码。 googlenet(*[, weights, progress, quantize]) 来自 通过卷积更深入 的 GoogLeNet (Inception v1) 模型架构。