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.dataset.set_scalers(dataset, modalities)[source]ΒΆ

Apply a standard scaler modality by modality.

Parameters

dataset : MultimodalDataset

a multi modal dataset.

modalities : list of str

the modalities to load.

Returns

scalers : dict

a fitted standard scaler for each modality.

Follow us

© 2023, mmbench developers