You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In dice.py, inside the forward method, a comment says: # Dice loss is undefined for non-empty classes.
However, I'm under the impression that this should instead say # Dice loss is undefined for empty classes.
The text was updated successfully, but these errors were encountered:
In
dice.py
, inside theforward
method, a comment says:# Dice loss is undefined for non-empty classes
.However, I'm under the impression that this should instead say
# Dice loss is undefined for empty classes
.The text was updated successfully, but these errors were encountered: