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

fix init nan for checkpointing #3863

Merged
merged 3 commits into from
Oct 5, 2020
Merged

fix init nan for checkpointing #3863

merged 3 commits into from
Oct 5, 2020

Conversation

Borda
Copy link
Member

@Borda Borda commented Oct 5, 2020

What does this PR do?

fixing and adding a test to show that CHeckpointing is stable even for NaN
Fixes #2636
Thx @ddrevicky for his thoughts #2636 (comment)

PR review

Anyone in the community is free to review the PR once the tests have passed.
If we didn't discuss your PR in Github issues there's a high chance it will not be merged.

Did you have fun?

Make sure you had fun coding 🙃

@Borda Borda added the bug Something isn't working label Oct 5, 2020
@pep8speaks
Copy link

pep8speaks commented Oct 5, 2020

Hello @Borda! Thanks for updating this PR.

There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻

Comment last updated at 2020-10-05 09:33:13 UTC

@mergify mergify bot requested a review from a team October 5, 2020 09:33
@Borda Borda changed the title add test for checkpoint nan fix init nan for checkpointing Oct 5, 2020
@codecov
Copy link

codecov bot commented Oct 5, 2020

Codecov Report

Merging #3863 into master will increase coverage by 0%.
The diff coverage is 100%.

@@          Coverage Diff           @@
##           master   #3863   +/-   ##
======================================
  Coverage      88%     88%           
======================================
  Files         117     117           
  Lines        9132    9134    +2     
======================================
+ Hits         7992    7994    +2     
  Misses       1140    1140           

@williamFalcon williamFalcon merged commit 6ac0958 into master Oct 5, 2020
@Borda Borda deleted the tests/check-nan branch October 5, 2020 20:37
@Borda Borda added this to the 0.10.0 milestone Oct 7, 2020
@edenlightning edenlightning modified the milestones: 0.10.0, 1.0.x Nov 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

nan metric breaking ModelCheckpoint
4 participants