AlexandreKempf
AlexandreKempf
# Description :wave: Hello here In many real-world scenarios, training a detection model, deploying it, and getting predictions is only one half of the job. Processing of the predictions is...
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:...
All the user facing methods should have little code snippet that the user can just copy/paste into its own code. Context: https://github.com/iterative/dvclive/pull/767#issuecomment-1934648059
Most of the path arguments handle both `str` and `pathlib.Path` object. It is not the case for `Live`'s `dvcyaml` while it should probably be.