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.
|
ResNet-18 model from Deep Residual Learning for Image Recognition |
|
ResNet-50 model from Deep Residual Learning for Image Recognition |