-
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] #6850
Merged
lexierule
merged 18 commits into
Lightning-AI:release/1.2.x
from
kaushikb11:release/1.2.7
Apr 7, 2021
Merged
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
51e9591
update readme by v1.2.x (#6728)
Borda 553c3e5
[bugfix] Add support for omegaconf and tpu (#6741)
tchaton 34e7282
[docs] Update Bolts link (#6743)
akihironitta 709b695
Update logic for checking TPUs availability (#6767)
kaushikb11 8c01064
resolve bug (#6781)
tchaton 5c9dbc3
Fix validation progress counter with check_val_every_n_epoch > 1 (#5952)
sailordiary 591a087
Remove extinct parameters from lightning_module.rst (#6801)
elimohl 2ceed8a
Update TPU docs for installation (#6794)
kaushikb11 17969f3
fix boolean check on iterable dataset when len not defined (#6828)
awaelchli cd997d6
Sanitize `None` params during pruning (#6836)
karthikprasad c92f84a
Fix `unfreeze_and_add_param_group` expects `modules` rather than `mod…
sadiqj 31b2d2b
Enforce an epoch scheduler interval when using SWA (#6588)
mibaumgartner 215a9c9
Fix DPP + SyncBN (#6838)
BloodAxe 3643954
[Fix] TPU Training Type Plugin (#6816)
kaushikb11 716ade5
Fix support for symlink save_dir in TensorBoardLogger (#6730)
ethanwharris 653232c
Fixed missing arguments in `lr_find` call (#6784)
THasthika c8c5d05
Update Changelog & version
kaushikb11 86f6d08
Fix TPU tests for checkpoint
kaushikb11 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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.
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.
@tchaton @kaushikb11 where/when we changed this API?
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.
Changed in this PR: 646cf2f
You can use git blame to find the associated PR.
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.
yes I know I just say that the API is different / not back compatible