noether.core.callbacks.early_stoppers.fixed

Classes

FixedEarlyStopper

Early stopper (training) based on a fixed number of epochs, updates, or samples.

Module Contents

class noether.core.callbacks.early_stoppers.fixed.FixedEarlyStopper(callback_config, **kwargs)

Bases: noether.core.callbacks.early_stoppers.base.EarlyStopperBase

Early stopper (training) based on a fixed number of epochs, updates, or samples.

Example config:

- kind: noether.core.callbacks.FixedEarlyStopper
  stop_at_epoch: 10
  name: FixedEarlyStopper
Parameters:
stop_at_sample
stop_at_update
stop_at_epoch