google / automl

Google Brain AutoML
Apache License 2.0
6.22k stars 1.45k forks source link

Recommended way for EfficientDet-Lite Quantization #1208

Open rohansaw opened 7 months ago

rohansaw commented 7 months ago

I would like to fine-tune a pretrained efficientdet-lite0 model on my dataset and then do post training quantization (full int8). What is the recommended way of doing this? I did not find any documentation on this in the repository, however since efficientdet-lite was designed to be resistant to quantization I wonder how to do this.