Update 16_tensorboard.py by gyes00205 · Pull Request #9 · patrickloeber/pytorchTutorial · GitHub
Skip to content

Update 16_tensorboard.py#9

Merged
patrickloeber merged 1 commit into
patrickloeber:masterfrom
gyes00205:master
Jan 5, 2023
Merged

Update 16_tensorboard.py#9
patrickloeber merged 1 commit into
patrickloeber:masterfrom
gyes00205:master

Conversation

@gyes00205

Copy link
Copy Markdown
Contributor

Based on pytorch docs, the parameter "labels" of add_pr_curve() should be
ground truth data. But in Line 141, class_labels append our own
predictions. Therefore, I substitute "labels" for "predicted".

Based on pytorch docs, the parameter "labels" of add_pr_curve() should be
ground truth data. But in Line 141, class_labels append our own
predictions. Therefore, I substitute "labels" for "predicted".
@gyes00205 gyes00205 changed the title The class_labels should be ground truth data Update 16_tensorboard.py Jan 9, 2022
@patrickloeber patrickloeber merged commit 75d768b into patrickloeber:master Jan 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants