We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Platform: Python 3.8.16 on Windows-10-10.0.22631-SP0
dvclive 3.5.0
Minimum reproducing code,Run this code twice:
from dvclive import Live with Live(dir="dvclive/subdir") as live: live.log_metric("metric", 1)
The dvc.yaml outputs:
metrics: - dvclive/subdir/metrics.json - dvclive/subdir/metrics.json plots: - dvclive/subdir/plots/metrics: x: step - dvclive/subdir/plots/metrics: x: step
The output I expect:
metrics: - dvclive/subdir/metrics.json plots: - dvclive/subdir/plots/metrics: x: step
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Platform: Python 3.8.16 on Windows-10-10.0.22631-SP0
dvclive 3.5.0
Minimum reproducing code,Run this code twice:
The dvc.yaml outputs:
The output I expect:
The text was updated successfully, but these errors were encountered: