Skip to content

Commit

Permalink
Update pytorch_lightning/callbacks/timer.py
Browse files Browse the repository at this point in the history
Co-authored-by: Akihiro Nitta <nitta@akihironitta.com>
  • Loading branch information
awaelchli and akihironitta authored Apr 16, 2021
1 parent df4ddce commit 3989fc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytorch_lightning/callbacks/timer.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class Timer(Callback):
duration: A string in the format DD:HH:MM:SS (days, hours, minutes seconds), or a :class:`datetime.timedelta`,
or a dict containing key-value compatible with :class:`~datetime.timedelta`.
interval: Determines if the interruption happens on epoch level or mid-epoch.
Can be either `epoch` or `step`.
Can be either ``"epoch"`` or ``"step"``.
verbose: Set this to ``False`` to suppress logging messages.
Raises:
Expand Down

0 comments on commit 3989fc7

Please sign in to comment.