Skip to content

Tensorboard tutorial add_pr_curve( ) #852

@kanru-wang

Description

@kanru-wang

In https://pytorch.org/tutorials/intermediate/tensorboard_tutorial.html#, section 6, Assessing trained models with TensorBoard, there are these two lines.

    class_probs.append(class_probs_batch)
    class_preds.append(class_preds_batch)

Shouldn't the second line be

    class_preds.append(labels)

instead?

because later add_pr_curve takes ground truth labels instead of predicted labels.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions