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

MAINT: Epochs increment #114

Merged
merged 8 commits into from
Nov 3, 2020
Merged

MAINT: Epochs increment #114

merged 8 commits into from
Nov 3, 2020

Conversation

adriangb
Copy link
Owner

@adriangb adriangb commented Nov 3, 2020

This PR adds logic to correctly increment epochs when using partial fit. This will allow learning rate schedulers and other epoch dependent functionality to correctly track the epochs.

@codecov-io
Copy link

codecov-io commented Nov 3, 2020

Codecov Report

Merging #114 into master will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #114   +/-   ##
=======================================
  Coverage   99.48%   99.48%           
=======================================
  Files           5        5           
  Lines         579      585    +6     
=======================================
+ Hits          576      582    +6     
  Misses          3        3           
Impacted Files Coverage Δ
scikeras/wrappers.py 99.09% <100.00%> (+0.01%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f46ab28...8bd2b37. Read the comment docs.

@adriangb adriangb merged commit 7188d06 into master Nov 3, 2020
@adriangb adriangb deleted the epochs-increment branch November 3, 2020 09:53
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.

2 participants