We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c707a02 commit 271e5d7Copy full SHA for 271e5d7
src/lightning/pytorch/callbacks/device_stats_monitor.py
@@ -34,7 +34,6 @@ class DeviceStatsMonitor(Callback):
34
r"""Automatically monitors and logs device stats during training, validation and testing stage.
35
``DeviceStatsMonitor`` is a special callback as it requires a ``logger`` to passed as argument to the ``Trainer``.
36
37
-
38
**Logged Metrics**
39
40
Logs device statistics with keys prefixed as ``DeviceStatsMonitor.{hook_name}/{base_metric_name}``.
0 commit comments