-
Notifications
You must be signed in to change notification settings - Fork 487
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
Update progress bar only every epoch #1003
Conversation
Model Benchmark
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code looks good to me - functionality I tested in terms of it has a working progress bar 😅
Codecov Report
@@ Coverage Diff @@
## main #1003 +/- ##
==========================================
+ Coverage 89.87% 89.89% +0.02%
==========================================
Files 18 18
Lines 4642 4653 +11
==========================================
+ Hits 4172 4183 +11
Misses 470 470
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
@noxan Tested the progress bar also with a validation dataset and everything seems to work fine. |
Currently the progress bar by Lightning is supposed to be updated every step. With this pr, the progress bar is only updated once every epoch and shows the progress across all epochs.