Skip to content

add-a-tqdm-global-progress-bar-to-nas-search-task #162

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

Closed
david-thrower opened this issue Apr 3, 2025 · 0 comments · Fixed by #163
Closed

add-a-tqdm-global-progress-bar-to-nas-search-task #162

david-thrower opened this issue Apr 3, 2025 · 0 comments · Fixed by #163
Labels
audience/technical Issue primarily for technical review and service. kind/enhancement New feature or request traige/good first issue Good for newcomers triage/high-priority

Comments

@david-thrower
Copy link
Owner

david-thrower commented Apr 3, 2025

Kind of issue: enhancement

The problem:

When a Cerebros NAS task is running, there is not a global progress update. We get a progress update on a per-model basis from TensorFlow, but on a global / "all models to be completed basis", we are completely in the dark unless we count the models as they run. It would be ideal to have a sense of how far along we are and how long we need to wait, so we can make continue / abort decisions.

Implementation: The for loop in the number of moieties to try:

replace:

for i in np.arange(...)

With

tqdm.tqdm(np.arange(...), desc="Running NAS", colour="#16ceeb")]  

Suggested Labels kind/enhancement, priority/high

@david-thrower david-thrower added kind/enhancement New feature or request traige/good first issue Good for newcomers triage/high-priority audience/technical Issue primarily for technical review and service. labels Apr 3, 2025
This was referenced Apr 3, 2025
@david-thrower david-thrower linked a pull request Apr 4, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
audience/technical Issue primarily for technical review and service. kind/enhancement New feature or request traige/good first issue Good for newcomers triage/high-priority
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant