.. currentmodule:: torchvision.models.quantization
The Quantized Inception model is based on the Rethinking the Inception Architecture for Computer Vision paper.
The following model builders can be used to instantiate a quantized Inception
model, with or without pre-trained weights. All the model builders internally
rely on the torchvision.models.quantization.inception.QuantizableInception3
base class. Please refer to the source code
for more details about this class.
.. autosummary:: :toctree: generated/ :template: function.rst inception_v3