I'm using tensorboard 2.11.2. I don't understand the difference between the time series and scalars tabs.
I read in this article that the only difference between them is that time series is used to display metrics in each iteration while scalars only display information at the end of each epoch.
- Is this true? Are there any other differences between the two tabs?
- Why there isn't an option for downloading figures as images in the time series tab? You can do that on the scalars tab.
Tried browsing on the internet but the only somewhat useful looking information I found was the linked article and this tensorboard tutorial in tensorflow docs. Also asked chatgpt. I still don't understand the difference.