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

what does max_runtime_secs indicate? time or round? #79

Open
williamty opened this issue Aug 12, 2023 · 0 comments
Open

what does max_runtime_secs indicate? time or round? #79

williamty opened this issue Aug 12, 2023 · 0 comments

Comments

@williamty
Copy link

according to this code in wave-h2o-automl/src/app.py:
for i in range(1, max_runtime_secs): pct_complete = int(np.ceil(i/max_runtime_secs * 100)) main_page.items = [ui.progress(label='Training Progress', caption=f'{pct_complete}% complete', value=i / max_runtime_secs)] await q.page.save() await q.sleep(1)

it seems that max_runtime_secs denotes round instead of time, and is used for the progress bar. is it right?

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

1 participant