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

added has_improved field to EarlyStopping #3385

Merged
merged 1 commit into from
Oct 27, 2023

Conversation

chiamp
Copy link
Collaborator

@chiamp chiamp commented Oct 2, 2023

Resolves #2107.

@chiamp chiamp changed the title added has_improved field to EarlyStopping added has_improved field to EarlyStopping Oct 2, 2023
@chiamp chiamp self-assigned this Oct 2, 2023
@codecov-commenter
Copy link

codecov-commenter commented Oct 6, 2023

Codecov Report

Merging #3385 (b620117) into main (9064108) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main    #3385   +/-   ##
=======================================
  Coverage   83.65%   83.66%           
=======================================
  Files          56       56           
  Lines        6799     6800    +1     
=======================================
+ Hits         5688     5689    +1     
  Misses       1111     1111           
Files Coverage Δ
flax/training/early_stopping.py 100.00% <100.00%> (ø)

@chiamp chiamp requested a review from marcvanzee October 6, 2023 23:51
@cgarciae
Copy link
Collaborator

Looks good but its a breaking change. Have you tested how much code is affected?
We might have to bump the version for open source.

@copybara-service copybara-service bot merged commit 36bbb41 into google:main Oct 27, 2023
19 checks passed
@chiamp chiamp deleted the early_stopping branch October 27, 2023 21:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve Early Stopping API
3 participants