I figure out the procedure of linear quantization and reproduce the experiments,
- Search the quantization strategy on the imagenet100 dataset.
- Finetune the model on the whole imagenet dataset with the strategy obtained from step 1.
It seems like the final accuracy of the quantized model is more dependent on the fine-tuning.
Another question is why the bit reduction process starts from the last layer as the _final_action_wall function shows.
I figure out the procedure of linear quantization and reproduce the experiments,
It seems like the final accuracy of the quantized model is more dependent on the fine-tuning.
Another question is why the bit reduction process starts from the last layer as the
_final_action_wallfunction shows.