Skip to content

Commit 271e5d7

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent c707a02 commit 271e5d7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lightning/pytorch/callbacks/device_stats_monitor.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ class DeviceStatsMonitor(Callback):
3434
r"""Automatically monitors and logs device stats during training, validation and testing stage.
3535
``DeviceStatsMonitor`` is a special callback as it requires a ``logger`` to passed as argument to the ``Trainer``.
3636
37-
3837
**Logged Metrics**
3938
4039
Logs device statistics with keys prefixed as ``DeviceStatsMonitor.{hook_name}/{base_metric_name}``.

0 commit comments

Comments
 (0)