-
Notifications
You must be signed in to change notification settings - Fork 833
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
raise NotImplementedError("By default it is assumed that the data loader used for initialize " #868
Comments
@MaximProshin could you please help? |
@SiChuanJay , thanks for your interest! In general, we expect you to raise issues about nncf to nncf repo (https://github.com/openvinotoolkit/nncf), not here. As far as I can see you're applying training-aware quantization for yolov8 while it can be successfully quantized in post-training. Can you please take a look at https://github.com/openvinotoolkit/nncf/tree/develop/examples/post_training_quantization/openvino/yolov8 or https://github.com/openvinotoolkit/openvino_notebooks/tree/main/notebooks/230-yolov8-optimization? Regarding your error, I think it's due to the way you've implemented the dataloader. I let @vshampor provide more thoughts about it and how it could be fixed on your side. |
The issue has been moved to nncf repo: openvinotoolkit/nncf#1605. Please use that issue for further discussions. |
Hello, I ran into a problem with the training-time quantization of yolov8 using nncf, as shown below. I refer to the example link (https://github.com/openvinotoolkit/openvino_notebooks/tree/main/notebooks/302-pytorch-quantization-aware-training). My v8_dataloader is also of type DataLoader, but I got an error. Thanks very much!
The text was updated successfully, but these errors were encountered: