Skip to content

Commit

Permalink
Update ignite/engine/events.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vfdev-5 authored Dec 2, 2024
1 parent 44e837e commit 3f38645
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ignite/engine/events.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,8 +265,9 @@ class Events(EventEnum):
- EPOCH_COMPLETED : triggered when the epoch is ended. Note that this is triggered even
when :meth:`~ignite.engine.engine.Engine.terminate_epoch()` is called.
- COMPLETED : triggered when engine's run is completed or terminated with :meth:`~ignite.engine.engine.Engine.terminate()`,
unless the flag `skip_completed` is set to True.
- COMPLETED : triggered when engine's run is completed or terminated with
:meth:`~ignite.engine.engine.Engine.terminate()`, unless the flag
`skip_completed` is set to True.
The table below illustrates which events are triggered when various termination methods are called.
Expand Down

0 comments on commit 3f38645

Please sign in to comment.