RepQ-ViT
RepQ-ViT copied to clipboard
[ICCV 2023] RepQ-ViT: Scale Reparameterization for Post-Training Quantization of Vision Transformers
Hi, I try to reproduce the classification accuracy using this code. They correspond to your paper except for swin-base. I only get 68.50%, and there is a 10% gap with...
I am trying to run your code, but I cannot install the packages based on the instructions provided. Can you give the latest instructions for running your code?
Hello! In your four detection experiments, I noticed a significant difference between the reported result and the test result for `mask_rcnn_swin_small`. The reported result is 44.2 mAP, but the tested...
When I try to run the code, there is a problem in line 117 of test_quant.py "next_module = father_module.reduction". my shell is "python test_quant.py --model deit_small --dataset /root/data/Imagenet". Is there...