Skip to content

Question for AUROC & validation step #6

@Sean652039

Description

@Sean652039

Hi Housen, about the metrics part, you defined the num_classes = num_frames if scd is True, but in the initial part, the num_classes = 1 if scd is True. Could you please tell the reason behind this?

AUROC( self.num_frames if self.scd else self.num_classes, pos_label=1, average="macro", compute_on_step=False, )

And also, shall we define the task type? Since segmentation is multilable task while scd is binary task.
like this task="binary" if self.scd else "multilabel",

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