Skip to content

Conversation

@justusschock
Copy link
Member

@justusschock justusschock commented Feb 23, 2021

What does this PR do?

This PR should be merged after #6148

Fixes #<issue_number>

Before submitting

  • Was this discussed/approved via a GitHub issue? (not for typos and docs)
  • Did you read the contributor guideline, Pull Request section?
  • Did you make sure your PR does only one thing, instead of bundling different changes together?
  • Did you make sure to update the documentation with your changes? (if necessary)
  • Did you write any new necessary tests? (not for typos and docs)
  • Did you verify new and existing tests pass locally with your changes?
  • Did you update the CHANGELOG? (not for typos, docs, test updates, or internal minor changes/refactorings)

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:

  • Is this pull request ready for review? (if not, please submit in draft mode)
  • Check that all items from Before submitting are resolved
  • Make sure the title is self-explanatory and the description concisely explains the PR
  • Add labels and milestones (and optionally projects) to the PR so it can be classified

Did you have fun?

Make sure you had fun coding 🙃

def backward(
self,
lightning_module: LightningModule,
model: 'LightningModule',
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

isn't this API change?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was named model in all the other plugins and I checked, It is never called by name.
But if we don't do this, MypY complains, that the signature does not match with base class since it has different parameters

@justusschock justusschock force-pushed the typing_precision_plugins branch from 06355f4 to 249563c Compare February 25, 2021 07:37
@mergify mergify bot removed the has conflicts label Feb 25, 2021
@codecov
Copy link

codecov bot commented Feb 25, 2021

Codecov Report

Merging #6149 (38580fc) into master (e7298b5) will decrease coverage by 0%.
The diff coverage is n/a.

@@          Coverage Diff           @@
##           master   #6149   +/-   ##
======================================
- Coverage      93%     93%   -0%     
======================================
  Files         159     159           
  Lines       11381   11381           
======================================
- Hits        10626   10597   -29     
- Misses        755     784   +29     

@awaelchli awaelchli changed the title [Blocked by 6148] Add mypy typing to precision plugins. Add mypy typing to precision plugins. Feb 25, 2021
class NativeMixedPrecisionPlugin(MixedPrecisionPlugin):

def __init__(self):
def __init__(self) -> None:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is it necessary to annotate init with None?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mergify mergify bot removed the has conflicts label Feb 26, 2021
@Borda Borda added the ready PRs ready to be merged label Feb 26, 2021
Copy link
Contributor

@tchaton tchaton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM !

@carmocca carmocca merged commit 0647340 into master Feb 26, 2021
@carmocca carmocca deleted the typing_precision_plugins branch February 26, 2021 13:27
@Borda Borda added this to the 1.3 milestone Feb 26, 2021
@tchaton tchaton modified the milestones: 1.3, 1.2.x Mar 2, 2021
kaushikb11 pushed a commit to kaushikb11/pytorch-lightning that referenced this pull request Mar 2, 2021
Co-authored-by: Jirka Borovec <[email protected]>
Co-authored-by: Jirka Borovec <[email protected]>
Co-authored-by: Akihiro Nitta <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ready PRs ready to be merged refactor

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants