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

Fixes .test() for ddp #2570

Merged
merged 63 commits into from
Jul 9, 2020
Merged

Fixes .test() for ddp #2570

merged 63 commits into from
Jul 9, 2020

Conversation

williamFalcon
Copy link
Contributor

@williamFalcon williamFalcon commented Jul 9, 2020

!!

  • Cleaned up the path for model vs not vs best weights
  • load state directly instead of trying to re-init model.

Next PRs will be about refactoring even more once 0.8.5 is live

@mergify mergify bot requested a review from a team July 9, 2020 17:58
@pep8speaks
Copy link

pep8speaks commented Jul 9, 2020

Hello @williamFalcon! Thanks for updating this PR.

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

Comment last updated at 2020-07-09 22:20:23 UTC

@Borda Borda added the ci Continuous Integration label Jul 9, 2020
# train
if self.tpu_id is not None:
self.tpu_train(self.tpu_id, model)
results = self.tpu_train(self.tpu_id, q, model)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@codecov
Copy link

codecov bot commented Jul 9, 2020

Codecov Report

Merging #2570 into master will increase coverage by 0%.
The diff coverage is 91%.

@@          Coverage Diff           @@
##           master   #2570   +/-   ##
======================================
  Coverage      91%     91%           
======================================
  Files          70      70           
  Lines        5724    5748   +24     
======================================
+ Hits         5215    5237   +22     
- Misses        509     511    +2     

@williamFalcon williamFalcon changed the title Fixes .test() !!! Fixes .test() for ddp Jul 9, 2020
@williamFalcon williamFalcon merged commit f35337a into master Jul 9, 2020
@williamFalcon williamFalcon deleted the teststate branch July 22, 2020 17:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Continuous Integration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants