pytorchTutorial icon indicating copy to clipboard operation
pytorchTutorial copied to clipboard

16_tensorboard.py

Open wangzhenzhou2020 opened this issue 3 years ago • 0 comments

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?

wangzhenzhou2020 avatar Apr 10 '22 11:04 wangzhenzhou2020