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

Validation progress bar with metrics #1239

Closed
ethanjperez opened this issue Mar 25, 2020 · 5 comments
Closed

Validation progress bar with metrics #1239

ethanjperez opened this issue Mar 25, 2020 · 5 comments
Assignees
Labels
feature Is an improvement or enhancement good first issue Good for newcomers help wanted Open to be worked on let's do it! approved to implement
Milestone

Comments

@ethanjperez
Copy link

🚀 Feature

Logging validation metrics throughout the duration of validation (e.g., current batch loss/acc or average batch loss/acc so far).

Motivation

If the validation set is large, it'd helpp to know right away if I've loaded the wrong checkpoint or loaded a checkpoint in the wrong way within a couple iterations, rather than waiting to run through the entire validation set.

Pitch

I want to be able to see basically the same progress bar during training as I do during validation/testing.

Alternatives

Not sure of any alternatives - this is quite helpful for debugging and is probably a not-too-large change since training already supports this feature.

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

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

@williamFalcon
Copy link
Contributor

in summary, we need to support:

validation_step(...):
  return {'log':{...}}

@williamFalcon williamFalcon added this to the 0.7.2 milestone Mar 25, 2020
@Borda Borda added the let's do it! approved to implement label Mar 26, 2020
@Borda
Copy link
Member

Borda commented Mar 26, 2020

@ethanjperez mind submit a PR?

@williamFalcon
Copy link
Contributor

@PyTorchLightning/core-contributors anyone?

@Borda Borda modified the milestones: 0.7.2, 0.7.3 Apr 8, 2020
@Borda Borda modified the milestones: 0.7.4, 0.7.5 Apr 24, 2020
@Borda Borda modified the milestones: 0.7.6, 0.8.0, 0.7.7 May 12, 2020
@Borda Borda modified the milestones: 0.7.7, 0.8.0 May 26, 2020
@Borda Borda modified the milestones: 0.8.0, 0.9.0 Jun 9, 2020
@Borda
Copy link
Member

Borda commented Jun 11, 2020

will it it be also solved in #1989?

@Borda Borda added the good first issue Good for newcomers label Aug 4, 2020
@edenlightning edenlightning modified the milestones: 0.9.0, 0.9.x Aug 18, 2020
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 good first issue Good for newcomers help wanted Open to be worked on let's do it! approved to implement
Projects
None yet
Development

No branches or pull requests

4 participants