Shortcuts

Quantized ResNet

The Quantized ResNet model is based on the Deep Residual Learning for Image Recognition paper.

Model builders

The following model builders can be used to instantiate a quantized ResNet model, with or without pre-trained weights. All the model builders internally rely on the torchvision.models.quantization.resnet.QuantizableResNet base class. Please refer to the source code for more details about this class.

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

ResNet-18 model from Deep Residual Learning for Image Recognition

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

ResNet-50 model from Deep Residual Learning for Image Recognition

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