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 2461f52 commit 2f1c083Copy full SHA for 2f1c083
src/lightning/pytorch/callbacks/device_stats_monitor.py
@@ -38,8 +38,8 @@ class DeviceStatsMonitor(Callback):
38
Device statistics are logged with keys prefixed as
39
``DeviceStatsMonitor.{hook_name}/{base_metric_name}`` (e.g.,
40
``DeviceStatsMonitor.on_train_batch_start/cpu_percent``).
41
- The source of these metrics depends on the ``cpu_stats`` flag
42
- and the active accelerator.
+ The source of these metrics depends on the ``cpu_stats`` flag
+ and the active accelerator.
43
44
CPU (via ``psutil``): Logs ``cpu_percent``, ``cpu_vm_percent``, ``cpu_swap_percent``.
45
All are percentages (%).
0 commit comments