I have been trying to performing quantization on a densenet model without success. I have been trying to implement pytorch post training static quantization. Pytorch has quantized versions of other models, but does not have for densenet. Is it possible to quantize the densenet architecture.
I have searched for tutorials on how to apply quantization on pre-trained models but i havent had any success.
Here's how to do this on DenseNet169 from torchvision: