Closed ysuwl closed 2 years ago
hi @ysuwl , you can download the weights relevant to quantization process from the 2.0 release. Tutorials of quantization can be found in here.
I have problems with quantification:
Traceback (most recent call last):
File "tools/qat/qat_export.py", line 84, in
@xingyueye
@ysuwl please use commands from tutorials https://github.com/meituan/YOLOv6/blob/main/tools/qat/README.md to perform quantization
Hello, I am trying to perform QAT after training scales and fp32 model on custom dataset for the yolov6 nano variant, But I am confused about the .pt file here:- would appreciate your help
Hello, excuse me, where can I find the weights and quant weights used in the onnx model, and how do I get the weights used in the quantization process? It would be nice to have a relevant explanation.