You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment fetchLogData retrieves the prepared and grouped training logs from the server. We should properly model the returned data, so that we can drop the dynamic and be sure what we access
(NB: since this is the only place that endpoint is used, if we need to change something on the backend, this would be the time to do it)
The text was updated successfully, but these errors were encountered:
At the moment
fetchLogData
retrieves the prepared and grouped training logs from the server. We should properly model the returned data, so that we can drop thedynamic
and be sure what we access(NB: since this is the only place that endpoint is used, if we need to change something on the backend, this would be the time to do it)
The text was updated successfully, but these errors were encountered: