Spaces:
Runtime error
Runtime error
remove unnecessary metrics
Browse files
dashboard_utils/bubbles.py
CHANGED
@@ -127,8 +127,6 @@ def get_serialized_data(serialized_data_points, latest_timestamp):
|
|
127 |
"profileId": run_name,
|
128 |
"batches": batches,
|
129 |
"runtime": runtime,
|
130 |
-
"loss": loss,
|
131 |
-
"velocity": velocity,
|
132 |
"activeRuns": activeRuns,
|
133 |
}
|
134 |
serialized_data_points_v2.append(new_item)
|
|
|
127 |
"profileId": run_name,
|
128 |
"batches": batches,
|
129 |
"runtime": runtime,
|
|
|
|
|
130 |
"activeRuns": activeRuns,
|
131 |
}
|
132 |
serialized_data_points_v2.append(new_item)
|