QAT for YOLOv8
#2165
Replies: 1 comment 1 reply
-
Hello, NNCF has several examples of using QAT from object detection domain https://github.com/openvinotoolkit/nncf/tree/develop/examples/torch/object_detection. You can use these examples as a basis for integrating the power of NNCF QAT into your own YOLOv8 training pipeline. Why did you decide to use QAT for the YOLOv8 model? Did you not achieve the desired accuracy for the quantized model using PTQ? Have you tried nncf.quantize_with_accuracy_control(...)? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello there! Is there any out-of-the-box technique to use in the scope of Quantization Aware Training for YOLOv8 model?
Could only find a notebook demonstrating PTQ for this type of models, but nothing about QAT.
Beta Was this translation helpful? Give feedback.
All reactions