Skip to content

Commit

Permalink
Typo fix (#515)
Browse files Browse the repository at this point in the history
  • Loading branch information
ayman-saleh authored and lanpa committed Oct 4, 2019
1 parent 9ffb60b commit c2a8e73
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 @@ -652,7 +652,7 @@ def add_image_with_boxes(self, tag, img_tensor, box_tensor, global_step=None,
walltime (float): Optional override default walltime (time.time()) of event
labels (list of string): The strings to be show on each bounding box.
Shape:
img_tensor: Default is :math:`(3, H, W)`. It can be specified with ``dataformat`` agrument.
img_tensor: Default is :math:`(3, H, W)`. It can be specified with ``dataformats`` argument.
e.g. CHW or HWC
box_tensor: (torch.Tensor, numpy.array, or string/blobname): NX4, where N is the number of
Expand Down

0 comments on commit c2a8e73

Please sign in to comment.