快捷方式

量化 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 的全面开发者文档

查看文档

教程

获取面向初学者和高级开发者的深入教程

查看教程

资源

查找开发资源并获得问题解答

查看资源