ksuit.callbacks.early_stoppers.fixed_early_stopper ================================================== .. py:module:: ksuit.callbacks.early_stoppers.fixed_early_stopper Classes ------- .. autoapisummary:: ksuit.callbacks.early_stoppers.fixed_early_stopper.FixedEarlyStopper Module Contents --------------- .. py:class:: FixedEarlyStopper(callback_config, **kwargs) Bases: :py:obj:`ksuit.callbacks.early_stoppers.early_stopper_base.EarlyStopperBase` Early stopper (training) based on a fixed number of epochs, updates, or samples. Initialize the early stopper. :param \*\*kwargs: Additional arguments to pass to the parent class. .. py:attribute:: stop_at_sample .. py:attribute:: stop_at_update .. py:attribute:: stop_at_epoch