Skip to content
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

Adding information to tqdm #1106

Closed
tom-doerr opened this issue Jun 4, 2024 · 1 comment
Closed

Adding information to tqdm #1106

tom-doerr opened this issue Jun 4, 2024 · 1 comment

Comments

@tom-doerr
Copy link
Contributor

Could it make sense to add more information to the tqdm progress bars, e.g. "FINISHED EARLY" when enough examples are collected? That text can be added to the progress bar itself using tqdm.
Also I wish we had nested tqdm progress bars for optimizers/teleprompters that generate multiple programs.
That way you could see the progress of the current program and also the progress for the whole search.
Examples of nested tqdm can be seen here:
https://medium.com/@harshit4084/track-your-loop-using-tqdm-7-ways-progress-bars-in-python-make-things-easier-fcbbb9233f24

@okhat
Copy link
Collaborator

okhat commented Jun 22, 2024

FINISHED EARLY makes sense.

@okhat okhat closed this as completed Jun 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants