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

overwrite progbar at each epoch #36

Merged
merged 3 commits into from
Mar 30, 2023
Merged

overwrite progbar at each epoch #36

merged 3 commits into from
Mar 30, 2023

Conversation

CarloLucibello
Copy link
Owner

@CarloLucibello CarloLucibello commented Mar 30, 2023

Fix #32

@codecov
Copy link

codecov bot commented Mar 30, 2023

Codecov Report

Merging #36 (67f2516) into main (dc312d1) will increase coverage by 26.90%.
The diff coverage is 76.19%.

@@             Coverage Diff             @@
##             main      #36       +/-   ##
===========================================
+ Coverage   51.87%   78.78%   +26.90%     
===========================================
  Files          10       10               
  Lines         881      575      -306     
===========================================
- Hits          457      453        -4     
+ Misses        424      122      -302     
Impacted Files Coverage Δ
src/ProgressMeter/ProgressMeter.jl 71.21% <44.44%> (+41.72%) ⬆️
src/logging.jl 95.38% <100.00%> (ø)
src/trainer.jl 87.32% <100.00%> (+0.08%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@CarloLucibello CarloLucibello merged commit 44f3ade into main Mar 30, 2023
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

Successfully merging this pull request may close these issues.

reuse the progress bar, don't create a new one for each epoch
1 participant