diff --git a/.github/Demo ML b/.github/Demo ML new file mode 100644 index 000000000000..e69de29bb2d1 diff --git a/ignite/handlers/timing.py b/ignite/handlers/timing.py index 16c65dc05705..051d6128b08b 100644 --- a/ignite/handlers/timing.py +++ b/ignite/handlers/timing.py @@ -22,7 +22,8 @@ class Timer: Note: When using ``Timer(average=True)`` do not forget to call ``timer.step()`` every time an event occurs. See the examples below. - + Note: + If "Timer" is attached to measure single epoch time, it can also record the time of all handlers attached prior to it. To obtain the actual time taken for the epoch completion, handlers have to be rearranged. Examples: Measuring total time of the epoch: diff --git a/versions.py b/versions.py new file mode 100644 index 000000000000..e69de29bb2d1