-
Notifications
You must be signed in to change notification settings - Fork 3.6k
test_cpu and test_gpu EvalModelTemplate deprecation #4820
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
test_cpu and test_gpu EvalModelTemplate deprecation #4820
Conversation
d5b9706 to
938f252
Compare
Codecov Report
@@ Coverage Diff @@
## release/1.2-dev #4820 +/- ##
===============================================
Coverage 93% 93%
===============================================
Files 146 146
Lines 10361 10361
===============================================
Hits 9597 9597
Misses 764 764 |
|
First PR for refactoring tests and deprecating EvalModelTemplater is ready for review! 💯 @SeanNaren |
|
@gianscarpe it's not required to update the branch every time it gets out-of-date with the base :] |
|
Hello @gianscarpe! Thanks for updating this PR. There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻 Comment last updated at 2021-01-07 09:39:58 UTC |
rohitgr7
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just some more suggestions. Else LGTM.
|
@Borda Hi, I merged master branch and solved the issues :) |
|
@rohitgr7 Thank you for the effort in reviewing my PR! I really appreciated it :) |
rohitgr7
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Nice work!!
Co-authored-by: Rohit Gupta <[email protected]>
Co-authored-by: Rohit Gupta <[email protected]>
Co-authored-by: Carlos Mocholí <[email protected]>
Co-authored-by: Carlos Mocholí <[email protected]>
Co-authored-by: Carlos Mocholí <[email protected]>
* Add colab badges to notebook Add colab badges to notebook to notebooks 4 & 5 * Add colab badges Co-authored-by: chaton <[email protected]>
This reverts commit 5c0b31c.
This reverts commit 89a25795b5082dbb672709449554f9180b96fdfe.
b728f86 to
6423611
Compare
|
@tchaton mind re-review? ^^ |
What does this PR do?
This PR deprecates EvalModelTemplate and old pl APIs in favor of BoringModel in
tests/models/test_cpuandtests/models/test_gpu. BoringModel is inherited in fortest_tbpttintest_cpu. A dispatcher function guaranteesEvalModelTemplatebackward compatibility while completing the deprecationFixes # (issue)
Before submitting
PR review
Anyone in the community is free to review the PR once the tests have passed.
Before you start reviewing make sure you have read Review guidelines. In short, see the following bullet-list:
Did you have fun?
Absolutely!