BenchmarkerHparams

class composer.callbacks.callback_hparams.BenchmarkerHparams(min_steps: int = 50, epoch_list: List[int] = <factory>, step_list: List[int] = <factory>, all_epochs: bool = False)[source]

Bases: composer.callbacks.callback_hparams.CallbackHparams

Benchmarker hyperparameters.

See Benchmarker for documentation.

initialize_object() Benchmarker[source]

Initialize the callback.

Returns

Callback – An instance of the callback.