SaulLu commited on
Commit
e85b451
1 Parent(s): 80b93ff

remove unnecessary metrics

Browse files
Files changed (1) hide show
  1. dashboard_utils/bubbles.py +0 -2
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)