From c2a8e73afdd4fc6d0b011d4330681e96631cc745 Mon Sep 17 00:00:00 2001 From: Ayman Saleh <30412615+ayman-saleh@users.noreply.github.com> Date: Fri, 4 Oct 2019 11:51:52 -0400 Subject: [PATCH] Typo fix (#515) --- tensorboardX/writer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorboardX/writer.py b/tensorboardX/writer.py index 06337a7b..013e99c4 100644 --- a/tensorboardX/writer.py +++ b/tensorboardX/writer.py @@ -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