mirror of
https://github.com/clearml/clearml-server
synced 2025-06-26 23:15:47 +00:00
Add x_axis_label support in scalar iter charts
This commit is contained in:
@@ -28,6 +28,7 @@ class MetricEvent(EmbeddedDocument):
|
||||
first_value_iteration = IntField()
|
||||
count = IntField()
|
||||
mean_value = FloatField()
|
||||
x_axis_label = StringField()
|
||||
|
||||
|
||||
class EventStats(EmbeddedDocument):
|
||||
|
||||
Reference in New Issue
Block a user