Skip to content

A typo #1

Description

@Alan-Qin

metrics[:, i] = task.get_metric()(pred.cpu(), ys)[:, i]

I think this line should be metrics[:, i] = task.get_metric()(pred.cpu(), ys[:, i])

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