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

Also update progress_bar in training_epoch_end #1448

Closed
Deanamic opened this issue Apr 10, 2020 · 2 comments · Fixed by #1724
Closed

Also update progress_bar in training_epoch_end #1448

Deanamic opened this issue Apr 10, 2020 · 2 comments · Fixed by #1724
Assignees
Labels
feature Is an improvement or enhancement help wanted Open to be worked on

Comments

@Deanamic
Copy link

🚀 Feature

PR 1357 implements training_epoch_end to log metrics. The comments in the issue suggest that it should behave like validation_epoch_end, but the PR only replicates the callbacks and metric logging. This feature would add updates to the progress bar as well.

Motivation

Motivation is for the same usecase as having a progress bar.
While tensorboard or any other logger is a great resource to have. It is painful to set up in environments like slurm where you can only submit jobs and possibly cannot forward ports or set up the logging.

Pitch

The changes should only entail adding an update to tqdm here

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

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

@awaelchli
Copy link
Contributor

I will look into this after #1450 is done :)

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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants