-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Description
I think the get_hist() function is not correct. You should use the predicted label rather than logits as input.
get_hist() function is mainly used to calculate the number of true-positive, false-positive, true-negative, and false-negative samples. It should return a K*K (K is the number of classes) matrix where the x-axis is predicted classes while the y-axis is ground-truth classes.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels