MCPcopy Create free account
hub / github.com/MTLab/MorphMLP / add_ndim_array

Function add_ndim_array

slowfast/visualization/tensorboard_vis.py:332–405  ·  view source on GitHub ↗

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 from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

Calls 1

add_heatmapFunction · 0.85

Tested by

no test coverage detected