From cc60433fd61d261ed7d7ef49a37cd34b2e7683c1 Mon Sep 17 00:00:00 2001 From: FarehaNousheen Date: Thu, 5 May 2022 17:40:54 +0530 Subject: [PATCH 1/2] updation of timer doc --- ignite/handlers/timing.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: From e72cd5591d444eaac3f202c1afc66dca00e964a0 Mon Sep 17 00:00:00 2001 From: FarehaNousheen Date: Thu, 5 May 2022 18:39:53 +0530 Subject: [PATCH 2/2] updation of timer docstring --- .github/Demo ML | 0 versions.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 .github/Demo ML create mode 100644 versions.py diff --git a/.github/Demo ML b/.github/Demo ML new file mode 100644 index 000000000000..e69de29bb2d1 diff --git a/versions.py b/versions.py new file mode 100644 index 000000000000..e69de29bb2d1