Statistics collection stuck under 50% complete but the bias correction success in 100% #1943
Unanswered
Zakihran13
asked this question in
Q&A
Replies: 1 comment 2 replies
-
@Zakihran13 thanks for the question. I can assume that your custom dataset contains only 40 samples and statistics collection is stopped when the end of the dataset is reached. By default, nncf/nncf/quantization/quantize_model.py Line 34 in 68b3037 You can increase dataset size or feed subset_size=40 to nncf.quantize(...) . But I absolutely agree with you that it is confused and we will try to fix it ASAP.
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hai guys,
i just wondering how to fix this and whats really going on in my project. i have this YOLOv8 pre-trained model running in openVINO IR format that means i already use openVINO toolkit for the model inferencing. Here, i already run it perfectly and it works fine, but i wanted to try the model optimization that openVINO proposed to in YOLOv8 model tutorial.
i tried so hard to figure it out whats happen but i still dont know it (cause lack of knowledge i think). im using custom dataset and its working well with the the dataset (using dataloader). but the statistics collection is stuck like in the picture above. what is going on with this, is it okay or there's something wrong with the dataset or code that wrote?
thanks for helping me by the way...
Beta Was this translation helpful? Give feedback.
All reactions