Shortcuts

Quantized InceptionV3

The Quantized Inception model is based on the Rethinking the Inception Architecture for Computer Vision paper.

Model builders

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.

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

Inception v3 model architecture from Rethinking the Inception Architecture for Computer Vision.

Docs

Access comprehensive developer documentation for PyTorch

View Docs

Tutorials

Get in-depth tutorials for beginners and advanced developers

View Tutorials

Resources

Find development resources and get your questions answered

View Resources