dvclive icon indicating copy to clipboard operation
dvclive copied to clipboard

System metrics should be plotted with `timestamp` rather than `step`

Open AlexandreKempf opened this issue 1 year ago • 1 comments

The system metrics should be plotted with timestamp rather than step.

TODO list:

  • [ ] Live should save in the dvcyaml:
metrics:
- dvclive/metrics.json
plots:
- dvclive/plots/metrics:
    x: step
- dvclive/plots/metrics/system:
    x: timestamp
  • [ ] Add a new template to display relative timestamp (timestamp axis that start at 0).

Blocker: https://github.com/iterative/dvc/pull/10320

AlexandreKempf avatar Feb 26 '24 16:02 AlexandreKempf

Hi! 👋 Is there any update on this? I am trying to get the system parameters visualized in VSCode, but every time I set x: timestamp it gets deleted when I run another experiment (dvc run exp).

observingClouds avatar Jan 26 '25 22:01 observingClouds