module emote.callbacks.generic
Classes
class BackPropStepsTerminator(Callback):
Terminates training after a given number of backprops.
Methods
def __init__(self, bp_steps) -> None
Arguments:
bp_steps(int)
: The total number of backprops that the trainer should run for.
def end_cycle(self) -> None