Skip to content

Commit

Permalink
Merge pull request #74 from malmaud/fix_typo
Browse files Browse the repository at this point in the history
Fix typo.
  • Loading branch information
lanpa committed Jan 31, 2018
2 parents b5dc370 + 56a93d5 commit 0c9f7ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorboardX/writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ def add_pr_curve(self, tag, labels, predictions, global_step=None, num_threshold
Args:
tag (string): Data identifier
labels (torch.Tensor): Ground thuth data. Binary label for each element.
labels (torch.Tensor): Ground truth data. Binary label for each element.
predictions (torch.Tensor): The probability that an element be classified as true. Value should in [0, 1]
global_step (int): Global step value to record
num_thresholds (int): Number of thresholds used to draw the curve.
Expand Down

0 comments on commit 0c9f7ba

Please sign in to comment.