add-a-tqdm-global-progress-bar-to-nas-search-task #162
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
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:
With
Suggested Labels kind/enhancement, priority/high
The text was updated successfully, but these errors were encountered: