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

deprecate hprams setter method #4813

Merged
merged 16 commits into from
Dec 4, 2020
Merged

deprecate hprams setter method #4813

merged 16 commits into from
Dec 4, 2020

Conversation

awaelchli
Copy link
Contributor

@awaelchli awaelchli commented Nov 23, 2020

What does this PR do?

Fixes #4543
Fixes #4333

@awaelchli awaelchli added the design Includes a design discussion label Nov 23, 2020
@awaelchli awaelchli added this to the 1.1 milestone Nov 23, 2020
@codecov
Copy link

codecov bot commented Nov 23, 2020

Codecov Report

Merging #4813 (7f1fac3) into master (3872f98) will increase coverage by 3%.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master   #4813    +/-   ##
=======================================
+ Coverage      90%     93%    +3%     
=======================================
  Files         124     124            
  Lines        9295    9295            
=======================================
+ Hits         8346    8608   +262     
+ Misses        949     687   -262     

@awaelchli awaelchli added the feature Is an improvement or enhancement label Nov 23, 2020
@awaelchli awaelchli marked this pull request as ready for review November 23, 2020 03:24
@Borda Borda added the ready PRs ready to be merged label Nov 23, 2020
@s-rog
Copy link
Contributor

s-rog commented Nov 24, 2020

Some tests failing to download mnist... seems to be a quite common reason for abritrary failures, along with error uploading artifacts and parity issues

@awaelchli
Copy link
Contributor Author

@williamFalcon this requires your review since it touches lightning.py :)

@Borda Borda requested a review from edenlightning as a code owner December 4, 2020 10:01
@Borda Borda merged commit f878a26 into master Dec 4, 2020
@Borda Borda deleted the feature/hparams_setter branch December 4, 2020 11:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
design Includes a design discussion feature Is an improvement or enhancement ready PRs ready to be merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deprecate the self.hparams setter in LightningModule Saving / loading hparams type in checkpoint
8 participants