-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Weekly Patch Release v.1.2.8 [full merge, no squash] #6983
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Co-authored-by: Carlos Mocholí <[email protected]> (cherry picked from commit 127c52a)
(cherry picked from commit b7a22ba)
…astic (#6802) Co-authored-by: Adrian Wälchli <[email protected]> (cherry picked from commit 86e1d9f)
Co-authored-by: Carlos Mocholi <[email protected]> (cherry picked from commit 01b9cf8)
) (cherry picked from commit 968ac09)
Co-authored-by: Carlos Mocholi <[email protected]> (cherry picked from commit eb15abc)
Codecov Report
@@ Coverage Diff @@
## release/1.2.x #6983 +/- ##
==============================================
- Coverage 92% 88% -5%
==============================================
Files 190 191 +1
Lines 13008 13158 +150
==============================================
- Hits 11982 11524 -458
- Misses 1026 1634 +608 |
(cherry picked from commit 87f0aea)
Co-authored-by: Carlos Mocholí <[email protected]> (cherry picked from commit 1c2ecbf)
#6877) * Ensure we move the model to eval mode before running evaluation * Ensure we set the flag appropriately across all stages * Add test, move hooks logic * Apply same fix to the validate loop * Update pytorch_lightning/trainer/trainer.py * Fix function name * Fix order, add predict * Shorten the name * Fix input dm, drop duplicate on predict start hook call, as it's called in the setup function * Use hook, remove double call (cherry picked from commit 742c48e)
(cherry picked from commit 90e37ba)
…6915) Co-authored-by: Kaushik B <[email protected]> (cherry picked from commit fe0d088)
(cherry picked from commit 23e8dff)
…ightning#6947) (#6958) Co-Authored-By: Adrian Wälchli <[email protected]> Co-authored-by: Adrian Wälchli <[email protected]> (cherry picked from commit b37b58a)
* update docker base on PT 1.7 * fix path (cherry picked from commit da1ac3a)
Closed
carmocca
reviewed
Apr 14, 2021
carmocca
reviewed
Apr 14, 2021
carmocca
reviewed
Apr 14, 2021
carmocca
approved these changes
Apr 14, 2021
Borda
reviewed
Apr 14, 2021
Borda
approved these changes
Apr 14, 2021
awaelchli
approved these changes
Apr 14, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this PR do?