Skip to content

Commit

Permalink
changed names
Browse files Browse the repository at this point in the history
  • Loading branch information
kozlov721 committed May 21, 2024
1 parent 6cfe1ea commit 35b17d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion luxonis_train/callbacks/gpu_stats_monitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ def _parse_gpu_stats(
for j, (x, unit) in enumerate(keys):
if unit == "%":
unit = "percent"
logs[f"GPU {device_id}/{x} {unit}"] = stats[i][j]
logs[f"GPU_{device_id}/{x} - {unit}"] = stats[i][j]
return logs

def _get_gpu_stat_keys(self) -> List[Tuple[str, str]]:
Expand Down

0 comments on commit 35b17d7

Please sign in to comment.