mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
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:
committed by
Facebook GitHub Bot
parent
bd42e1a082
commit
9600ed9af3
@ -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):
|
||||
|
Reference in New Issue
Block a user