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
Scores based on np.average are wrong when input is a dictionary. The reason is that len is called on the batch, which returns the number of keys on a dict.
Scores based on
np.average
are wrong when input is a dictionary. The reason is thatlen
is called on the batch, which returns the number of keys on a dict.See lines here and here.
The text was updated successfully, but these errors were encountered: