Includes tqdm bar #26
mreismendes
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
I could do a bar to show number of generations but not number of models. The reason for that is models are generated dynamically for each generation. Actual number of models per generation is approximately the same - say N models (it's about 50 max if I remember) are created, these can include duplicates of previous models, these duplicates are then removed which leaves you usually with N minus some random amount in each generation. |
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
-
It would be interesting to see an estimation of the number of models to be trained and the concluded percentage.
Using TQDM would be great.
PS: I'm not a software engineer. I'm just a data scientist that sometimes goes deep into under the hood issues.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions