Menu

Benchmark multi-model/multi-view models.

Note

This page is a reference documentation. It only explains the function signature, and not how to use it. Please refer to the gallery for the big picture.

mmbench.plotting.barrier_display(coeffs, l_metrics, model_name, downstream, dataset, outdir, scale, sname)[source]ΒΆ

Save barrier curves for a model.

Parameters

coeffs : list

the abscissa of the graph.

l_metrics : array (n, n, n_coeffs)

value matrix of the curve between two models.

model_name : str

name of the model.

downstream : str

name of the downstream task.

dataset : str

the dataset name: euaims or hbn.

outdir : str

the destination folder.

scale : tuple (min, max)

min and max values of matrix in matrices.

sname : str

the name of the scorer.

Follow us

© 2023, mmbench developers