-
Notifications
You must be signed in to change notification settings - Fork 7k
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
quantization-aware training in classification #1729
Comments
cc @fmassa |
@robotcator can you clarify a few things:
|
@fmassa Thank you for your response. Here, I have some facts about my experiment.
|
@robotcator I meet the same issue. How did you fix this problem? Is there some advices? Thanks. |
Hi, I want to reproduce the result of the quantization awareness training of mobilenet_v2 using this script.
1: It seems that the script will raise launch error when using multi GPU. Do we support multi-GPU when quantization awareness training?
2: Also the readme says that 'Training converges at about 10 epochs.', it seems that after 10 epochs, the test result can not achieve 'acc@top1 71.6' as the pretrained model hosted in hub.
The text was updated successfully, but these errors were encountered: