Add x_axis_label support in scalar iter charts

This commit is contained in:
clearml
2024-12-31 22:05:30 +02:00
parent 478f6b531b
commit 8c29ebaece
10 changed files with 48 additions and 6 deletions

View File

@@ -28,6 +28,7 @@ class MetricEvent(EmbeddedDocument):
first_value_iteration = IntField()
count = IntField()
mean_value = FloatField()
x_axis_label = StringField()
class EventStats(EmbeddedDocument):