G-Research / fasttrackml

Experiment tracking server focused on speed and scalability
https://fasttrackml.io/
Apache License 2.0
98 stars 19 forks source link

Bug: 500 Error when accessing individual run page #1333

Closed jescalada closed 1 month ago

jescalada commented 3 months ago

When accessing the individual run page (such as http://localhost:3000/aim/runs/f5b1d4c1e1d84c859507b0b5c483c8e3/overview) the metrics don't load on the overview/main page. The console shows the following 500 error:

image

The endpoint that we're hitting is POST http://localhost:5000/aim/api/runs/<hash>/metric/get-batch

Steps to reproduce:

  1. Go to Run Explorer
  2. Click on run name
  3. Overview should load without the metrics table
  4. Optional: Go to Metrics tab in the Run page and back to the Overview page, it does load the metrics in this case
dsuhinin commented 2 months ago

@dave-gantenbein we've decided to do that on UI side. BE fix will be not what we really need in that case.

jescalada commented 1 month ago

Closing this as it was completed in https://github.com/G-Research/fasttrackml-ui-aim/pull/110.