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

Training time estimation when max_epochs is given #1875

Closed
HansBambel opened this issue May 18, 2020 · 8 comments
Closed

Training time estimation when max_epochs is given #1875

HansBambel opened this issue May 18, 2020 · 8 comments
Labels
feature Is an improvement or enhancement help wanted Open to be worked on won't fix This will not be worked on

Comments

@HansBambel
Copy link
Contributor

🚀 Feature

Time estimation of training until max_epochs are reached.

Motivation

Right now I don't see how long I am training for already and how long it is going to take to train e.g. 500 epochs.
I usually have a tqdm progress bar for number of epochs to get an estimate how long my training will run maximally.

Pitch

If max_epochs is given, create a tqdm progress bar (probably with leave=True).

Alternatives

Keep it like it is and make rough estimations per hand.

Additional context

@HansBambel HansBambel added feature Is an improvement or enhancement help wanted Open to be worked on labels May 18, 2020
@github-actions
Copy link
Contributor

Hi! thanks for your contribution!, great first issue!

@williamFalcon
Copy link
Contributor

? we already have a tqdm bar. in case you need a custom one you can also implement one using a callback @awaelchli

@HansBambel
Copy link
Contributor Author

I know, but it only shows the time for the current epoch, but not how long the overall training will take.

@williamFalcon
Copy link
Contributor

don't you just multiply times the num of epochs?

@HansBambel
Copy link
Contributor Author

HansBambel commented May 18, 2020

Then I would not have a time for how long I am training already and I would need to manually check how long one epoch takes and do the calculation manually.

Such a feature was mentioned in #765 and #1450 as well. There it was called global progress bar. That's what I meant. Sorry for the confusion.

@awaelchli
Copy link
Contributor

Maybe we could provide such a global progress bar as part of bolts.

@stale
Copy link

stale bot commented Jul 18, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the won't fix This will not be worked on label Jul 18, 2020
@stale stale bot closed this as completed Jul 27, 2020
@soot-bit
Copy link

its 2024, this issue hasnt been fixed? we need to see estimated time for training and how long training has been running on the progress bar

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Is an improvement or enhancement help wanted Open to be worked on won't fix This will not be worked on
Projects
None yet
Development

No branches or pull requests

4 participants