is it worth it to fix the order of stats displayed in the pbar? #1936
radekosmulski
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
@radekosmulski thanks for the suggestion. Yes, I think this can make perfect sense and can be integrated. Please send a PR with the fix 👍
You can ask here or open an issue, both works. Maybe, issues are more old fashioned and people look more there than here. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would probably prefer if the stats displayed on the pbar followed the order I specify. This way I could keep the same order across projects, I could standardize on having the running average of the loss over be displayed first, etc.
It would probably make it easier for me to scan to see how training is going.
Currently, metrics are not displayed in the order they are added (and there is no other way to control their order):
To change this, all we would need to do is to change this line:
to
and this is what we would get:
Could I please ask if this is something worth making a change to? If so, I can open a PR 🙂
Question - would it make sense to discuss such ideas here or would it be better if I were to open an issue?
Beta Was this translation helpful? Give feedback.
All reactions