Menu

Benchmark multi-model/multi-view models.

Note

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

class mmbench.config.ConfigParser(name, configfile)[source]

Load the specified benchmark configuration.

__init__(name, configfile)[source]

Init class.

Parameters

name : str

the name of the config to be loaded.

configfile : str

the path to the config file to be loaded.

set_auto_params(params, default_params)[source]

Set automatically the ‘auto’ parameters.

Parameters

params : dict

the input parameters.

default_parameters : dict

the default parameters.

Returns

params : dict

the filled parameters.

Follow us

© 2023, mmbench developers