typo fixes (#41632)

Summary:
typo fixes

Pull Request resolved: https://github.com/pytorch/pytorch/pull/41632

Reviewed By: ezyang

Differential Revision: D22617827

Pulled By: mrshenli

fbshipit-source-id: c2bfcb7cc36913a8dd32f13fc9adc3aa0a9b682f
This commit is contained in:
wudenggang
2020-07-20 07:21:02 -07:00
committed by Facebook GitHub Bot
parent bd42e1a082
commit 9600ed9af3
17 changed files with 23 additions and 23 deletions

View File

@ -608,7 +608,7 @@ class SummaryWriter(object):
e.g. CHW or HWC
box_tensor: (torch.Tensor, numpy.array, or string/blobname): NX4, where N is the number of
boxes and each 4 elememts in a row represents (xmin, ymin, xmax, ymax).
boxes and each 4 elements in a row represents (xmin, ymin, xmax, ymax).
"""
torch._C._log_api_usage_once("tensorboard.logging.add_image_with_boxes")
if self._check_caffe2_blob(img_tensor):