-
Notifications
You must be signed in to change notification settings - Fork 87
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
Training Accuracy is Wrong but Validation Accuracy is Corrent #69
Comments
your acc is normal |
Thanks @cavalleria but the log is unnormal.
It should be 99% |
If training precision gets to 99%, you have overfitted the data. |
@xsacha @cavalleria thanks your comments but I refer log from https://github.com/HuangYG123/CurricularFace |
Yeah that log looks wrong. You definitely should never get 100% training accuracy. Even close to it is bad. Your model will probably be bogus if you get 100% trained and you need to add more augmentation or training data. The '1000' looks like a bug too. |
Sorry it is typo :) |
I used your code with AMP FP16 from pytorch 1.6. I achieved a good accuracy on validation set but showing the training accuracy is wrong. Do you have any suggestion to fix it? @xsacha @cavalleria . Thanks in advance
This is my log
I think
Training Prec@1
andTraining Prec@5
should be near 100. This is my training codeAnd this is my head
The text was updated successfully, but these errors were encountered: