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

Method plot_eval

slowfast/visualization/tensorboard_vis.py:101–169  ·  view source on GitHub ↗

Plot confusion matrices and histograms for eval/test set. Args: preds (tensor or list of tensors): list of predictions. labels (tensor or list of tensors): list of labels. global step (Optional[int]): current step in eval/test.

(self, preds, labels, global_step=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

visualizeFunction · 0.95
perform_testFunction · 0.80
eval_epochFunction · 0.80

Calls 2

add_confusion_matrixFunction · 0.85
plot_histFunction · 0.85

Tested by 1

perform_testFunction · 0.64