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
One problem I have encountered is that loading hundreds of experiments, each with several metrics, takes a very long time when done over a network.
E.g. loading 300 runs takes around a minute for me.
I think the problem is that the library sends a request to retrieve metrics for each run separately.
With 300 runs, loading the runs takes only around 5 seconds (one request) and the next 55 seconds (300 requests) are spent loading the metrics.
Would it be possible to load the runs and the metrics jointly with one request?
MongoDB should be able to fill in the metrics by their object IDs automatically I believe.
Thanks,
Ondrej
The text was updated successfully, but these errors were encountered:
Hi,
thanks for maintaining this cool library!
One problem I have encountered is that loading hundreds of experiments, each with several metrics, takes a very long time when done over a network.
E.g. loading 300 runs takes around a minute for me.
I think the problem is that the library sends a request to retrieve metrics for each run separately.
With 300 runs, loading the runs takes only around 5 seconds (one request) and the next 55 seconds (300 requests) are spent loading the metrics.
Would it be possible to load the runs and the metrics jointly with one request?
MongoDB should be able to fill in the metrics by their object IDs automatically I believe.
Thanks,
Ondrej
The text was updated successfully, but these errors were encountered: