noether.core.callbacks.early_stoppers.fixed¶
Classes¶
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.EarlyStopperBaseEarly stopper (training) based on a fixed number of epochs, updates, or samples.
Initialize the early stopper.
- Parameters:
**kwargs – Additional arguments to pass to the parent class.
callback_config (noether.core.schemas.callbacks.FixedEarlyStopperConfig)
- stop_at_sample¶
- stop_at_update¶
- stop_at_epoch¶