NopStopper
- class NopStopper(*args, **kwargs)[source]
Bases:
StopperA stopper that does nothing.
Initialize the stopper.
- Parameters:
args – ignored positional parameters
kwargs – ignored keyword-based parameters
Methods Summary
Return empty mapping, doesn't have any attributes.
should_evaluate(epoch)Return false; should never evaluate.
should_stop(epoch)Return false; should never stop.
Methods Documentation