diff --git a/dvclive/metrics.json b/dvclive/metrics.json index a26b9e2..795f3c1 100644 --- a/dvclive/metrics.json +++ b/dvclive/metrics.json @@ -1,3 +1,4 @@ { - "myMetric": 543 + "myMetric": 543, + "new_metric": 333 } diff --git a/dvclive/plots/metrics/new_metric.tsv b/dvclive/plots/metrics/new_metric.tsv new file mode 100644 index 0000000..b34b37b --- /dev/null +++ b/dvclive/plots/metrics/new_metric.tsv @@ -0,0 +1,2 @@ +step new_metric +0 333 diff --git a/dvclive/report.html b/dvclive/report.html index 11522dd..ecc247c 100644 --- a/dvclive/report.html +++ b/dvclive/report.html @@ -36,10 +36,10 @@
myMetric | |
---|---|
myMetric | new_metric |
543 | |
543 | 333 |