Understanding the progress bar and outputs from get_standard_metrics() #18868
Unanswered
Serendipity31
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have some questions and a suggestion related to the progress bar and its documentation
Question:
Can anyone help me to understand what the default progress bar output in Lightning 2.1.0 shows?
I'm struggling to understand what the progress bar is showing me. Below is one example of what I see in my use case (note that the example below is the result of just leaving the default progress bar and logging behaviours unchanged during training):
When I see this on my console, it raises questions. For example:
Suggestion
I think it would be really constructive if the documentation on this could be expanded and made more explicit. This is a point that has been raised in a closed thread here, but I think it's still a gap.
The documentation does mention that the 'version number of the experiment' is shown by default. This explains what v_num stands for in the progress bar, but not what governs its behaviour.
However, the only place I find any additional information on the outputs is in the comments within the source code for the definition of get_standard_metrics(). Even that doesn't fully explain the progress bar outputs that I'm seeing. Maybe it's somehow self-evident to advanced users, but as a new user I've spent quite some time looking for this information in the documentation (and other relevant fora online where people post questions), expecting it to be fairly straight forward to find, and I haven't managed to find the answers to these questions.
If the information is there, maybe it's just a case of signposting it a bit differently to help new users find it more easily. If it's not there, perhaps one well sign-posted and elaborated example showing how to 'read' the output could be enough.
Beta Was this translation helpful? Give feedback.
All reactions