Hi there, is there a maximum number of plots (i.e. losses/scalars being logged during training)? I have an application with many different losses (about 200)...
2 years ago
Yes, self-hosted version
WebApp: 1.3.0-165 • Server: 1.3.0-165 • API: 2.17
StormyLeopard75 has helped me reproduce this unexpected behaviour
Just a quick update on this. I have tried simulating my issue using the API and it seems that get_reported_scalars
has an upper-limit of 100, whereas get_last_scalar_metrics
returns all the logged metrics (200 in the example below)
When the number of logged losses/metrics is around 80, everything works smoothly
Could this be an issue/bug CostlyOstrich36 ?
Hi there, I am using v.1.3.2
Here is a screenshot, it seems that the metrics are not logged as they don’t appear in the “Toggle” window
Thanks for the swift reply btw 🙂