pytorchTutorial
pytorchTutorial copied to clipboard
16_tensorboard.py
Hi, i have an question for the .py
line 141 :
class_labels.append(predicted)
why not
class_labels.append(labels)
the add_pr_curve() function should use the ground truth label?