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
Hparams: Limit number of Hparams retrieved by default. (#6777)
Limit the number of hparams retrieved by default to 1000 for display in
Time Series. Print retrieval information: # of columns loaded and
whether there could be more.
This is to address performance issues with loading 1000s of hparams from
the backend and trying to render them all.
In a future PR we will add ability to "Load All" if user wants to
nonetheless load them all.
Screenshot (with default set to 2 instead of 1000):

0 commit comments