Visualize and add tensors of n-dimentionals to a Tensorboard SummaryWriter. Tensors will be visualized as a 2D grid image. Args: writer (SummaryWriter): Tensorboard SummaryWriter. array (tensor): tensor to visualize. name (str): name of the tensor. nrow (
(
writer,
array,
name,
nrow=None,
normalize=False,
global_step=None,
heat_map=True,
)
source not stored for this graph (policy: none)
no test coverage detected