-
Notifications
You must be signed in to change notification settings - Fork 35
feat: compute eds.ner_crf loss as mean over words #384
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
Conversation
69d353b to
067a7bd
Compare
067a7bd to
b18a8d7
Compare
|
Coverage Report
Files without new missing coverage
273 files skipped due to complete coverage. Coverage success: total of 98.09% is above 98.07% 🎉 |



Description
eds.ner_crfis now computed as the mean over the words instead of the sum. This change is compatible with multi-gpu training.Checklist