-
-
Notifications
You must be signed in to change notification settings - Fork 692
Add new events #934
Copy link
Copy link
Closed
Description
🚀 Feature
Idea is to add supplementary events to Checkpoint/ModelCheckpoint, EarlyStopping and maybe some others:
class Checkpoint:
def __call__(self, engine):
# ...
self.save_handler(checkpoint, filename)
# TRIGGER new EVENT
engine.fire_event(Checkpoint.SAVED_CHECKPOINT)Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels