Skip to content

Commit 0e21920

Browse files
goanpecaCopilot
andauthored
Update ignite/engine/engine.py
Co-authored-by: Copilot <[email protected]>
1 parent b325bab commit 0e21920

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ignite/engine/engine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def __init__(self, process_function: Callable[["Engine", Any], Any]):
144144
# "skip_completed" - terminate and skip the event "COMPLETED"
145145
self.should_terminate: Union[bool, str] = False
146146
# should_terminate_single_epoch flag: False - don't terminate, True - terminate,
147-
# "skip_epoch_completed" - terminate and skip the event "EPOCH_completed"
147+
# "skip_epoch_completed" - terminate and skip the event "EPOCH_COMPLETED"
148148
self.should_terminate_single_epoch: Union[bool, str] = False
149149
self.should_interrupt = False
150150
self.state = State()

0 commit comments

Comments
 (0)