Zhen-Dong / HAWQ

Quantization library for PyTorch. Support low-precision and mixed-precision quantization, with hardware implementation through TVM.
MIT License
406 stars 83 forks source link

resnet50 from modelzoo is incorrect. #23

Open leejaymin opened 2 years ago

leejaymin commented 2 years ago

Hello, Thank you for sharing the great work. I am trying to reproduce the results on the paper. Simply, I got pre-trained models from https://github.com/Zhen-Dong/HAWQ/blob/main/model_zoo.md as your instruction. However, I am aware that all the resnet50 models are the same. Could you upload the opportune quantized resnet50 models.

Thanks