Closed apanand14 closed 1 year ago
Thank you for answer! I understood mostly but I have one mode question. I'm using Faster RCNN with ResNet34 backbone. The procedure for the ResNet 34 will be the same as ResNet 18 but Should I take care of Faster RCNN module as well? Ans why do we need calibration for quantized model? It will be helpful if you answer these doubts. Thank you in advance.
I suggest you need to understand what quantization is before using quantization. Please read https://leimao.github.io/article/Neural-Networks-Quantization/
Hello, Thank you for providing your code but If I would like to do only post training static quantization then should I use the same code? I mean you're doing the quantized aware training. Please le me know what should I use from your code. Thank you in advance