DingXiaoH / RepVGG

RepVGG: Making VGG-style ConvNets Great Again
MIT License
3.3k stars 433 forks source link

The bug of QAT #107

Open qhy991 opened 1 year ago

qhy991 commented 1 year ago

Thanks very much for your great work! When I train the quantization model as your instrutions in the Solution C. The code of convert.py and insert_bn.py are not in quantization folder but in tools folder . What's more, the functions (get_ImageNet_train_dataset, get_default_train_trans)used in insert_bn.py don't exist. I hope you can modify the bug sincerely.