aovoc / nnieqat-pytorch

A nnie quantization aware training tool on pytorch.
MIT License
238 stars 40 forks source link

Quantization of Yolo and SSD #7

Closed MuhammadAsadJaved closed 3 years ago

MuhammadAsadJaved commented 3 years ago

Hi, I have a few questions about the Yolov3 and SSD etc quantization. 1-How we can utilize this project for these state of the art methods? 2-Are you planning to add any examples for these networks in the near future? 3-Do we need to train the model using your proposed quantization method or we can also quantize pre-trained models? For example, if we have pre-trained yolov3.

aovoc commented 3 years ago

Added yolov5s coco results, refer to the README.

  1. Refer to Usage in README.
  2. I will add examples gradually if needed.
  3. Nnieqat is a quantize aware training package for nnie on pytorch, it's not a post-training quantization method. We can use nnieqat to finetune a pre-trained model.