-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[metrics] reuse metrics in a progress bar #1277
Comments
Could you elaborate a little bit more? |
I assume this will be solved in #1989 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@Borda I think we can close this, since users just need to use the |
We need to keep dics, so any thoughts about this? |
I agree that we need to keep dictionaries for backward compatibility, I just think that if we offer a solution to users that takes care of the problem ( |
🚀 Feature
reduce duplicated metrics in general output
dict
and progress barMotivation
it can be confusing for a user to passing the same metric multiple times in single output
Pitch
in such case just specify key/name of metric shown in progress bar... but still it would make it less flexible to show what you want
just having {'loss': None, "my-var": 123} and none mean that it takes from the general/upper-level dict?
Additional context
https://pytorch-lightning.slack.com/archives/CQXV8BRH9/p1585479078063900
The text was updated successfully, but these errors were encountered: