ResettableHandler#
- class ignite.base.mixins.ResettableHandler[source]#
Interface for handlers whose internal state can be reset.
Subclasses must implement the
reset()method to clear any accumulated state, typically at the beginning of a training run.New in version 0.5.4.
Methods
Attach the handler to an engine.
Reset the handler's internal state.