-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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.7 [full merge, no squash] #6871
Merged
lexierule
merged 18 commits into
Lightning-AI:release/1.2.x
from
kaushikb11:release/1.2.7
Apr 7, 2021
Merged
Weekly Patch Release v.1.2.7 [full merge, no squash] #6871
lexierule
merged 18 commits into
Lightning-AI:release/1.2.x
from
kaushikb11:release/1.2.7
Apr 7, 2021
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
* fix_hydra * update changelog Co-authored-by: Your Name <you@example.com>
* Update Bolts link * Update Bolts link * formt Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
* Update logic for checking TPUs availability * fix flake8 * add fix
…htning-AI#5952) Co-authored-by: rohitgr7 <rohitgr1998@gmail.com> Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
…-AI#6828) * fix iterable dataset len check * update predict and validate * add validate to test * add changelog * add predict
* sanitize none params during pruning * amend
Co-authored-by: Carlos Mocholi <carlossmocholi@gmail.com>
* Fix DPP + SyncBN Ensure that model is already on correct GPU before applying SyncBN conversion * Fix order of SyncBN for ddp_spawn
) * Add test for symlink support and initial fix * Respond to comment and add docstring * Update CHANGELOG.md * Simplify * Update pytorch_lightning/utilities/cloud_io.py Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com> * Make `LightningLocalFileSystem` protected Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
There seem to be 3 arguments missing in the `lr_find` call in the tunining.py file.
Skip advanced profiler for torch > 1.8 Skip pytorch profiler for torch > 1.8 Fix save checkpoint logic for TPUs
kaushikb11
requested review from
awaelchli,
Borda,
carmocca,
edenlightning,
justusschock,
SeanNaren,
SkafteNicki,
tchaton and
williamFalcon
as code owners
April 7, 2021 16:23
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Codecov Report
@@ Coverage Diff @@
## release/1.2.x #6871 +/- ##
==============================================
- Coverage 92% 88% -4%
==============================================
Files 190 190
Lines 13050 13008 -42
==============================================
- Hits 11956 11406 -550
- Misses 1094 1602 +508 |
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.
PR review
related to #6083