-
Notifications
You must be signed in to change notification settings - Fork 409
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
Dice metric cannot compute DICE score for each class #2282
Labels
Comments
NguyenAnhTien
added
bug / fix
Something isn't working
help wanted
Extra attention is needed
labels
Dec 25, 2023
Hi! thanks for your contribution!, great first issue! |
I guess you are referring to the master branch, right? |
I figured out the problem in this version |
I have the same problem, I can't get a per-class Dice score when providing an average argument of
|
17 tasks
Duplicate issue: #1602 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
🐛 Bug
The class DICE (in the dice.py), at the line 176, the condition
doest not work with the documents. This condition does not allow 'none' (None) value for the class DICE. Therefore, this class cannot produce DICE for each class.
The text was updated successfully, but these errors were encountered: