ignite.handlers¶
Complete list of handlers¶
Checkpoint handler can be used to periodically save and load objects which have attribute |
|
Handler that saves input checkpoint on a disk. |
|
ModelCheckpoint handler can be used to periodically save objects to disk only. |
|
EarlyStopping handler can be used to stop the training if no improvement after a given number of events. |
|
TerminateOnNan handler can be used to stop the training if the process_function’s output contains a NaN or infinite number or torch.tensor. |
|
TimeLimit handler can be used to control training time for computing environments where session time is limited. |
|
Timer object can be used to measure (average) time between events. |
|
Helper method to setup global_step_transform function using another engine. |
Base class for save handlers |