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

Function plot_hist

slowfast/visualization/tensorboard_vis.py:280–329  ·  view source on GitHub ↗

Given all predictions and all true labels, plot histograms of top-k most frequently predicted classes for each true class. Args: writer (SummaryWriter object): a tensorboard SummaryWriter object. cmtx (ndarray): confusion matrix. num_classes (int): total number

(
    writer,
    cmtx,
    num_classes,
    k=10,
    global_step=None,
    subset_ids=None,
    class_names=None,
    figsize=None,
)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

plot_evalMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected