Skip to content

get_hist() is not correct #11

Description

@lackBfun

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions