-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Fix mypy errors attributed to pytorch_lightning.loggers.base.py
#13494
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
Fix mypy errors attributed to pytorch_lightning.loggers.base.py
#13494
Conversation
|
This PR is in draft until #13541 is resolved.
mypy errors for logger.merge_dicts must be fixed before base.merge_dicts can be considered fixed. |
pytorch_lightning.loggers.base.py
|
This PR depended on #13541. 13541 was merged into upstream default; I updated my default branch, merged into this PR branch, and made appropriate changes. I made changes to the docstring notes in logger.rank_zero_experiment to correct errors I had made. No code was changed in that file. |
Head branch was pushed to by a user without write access
Co-authored-by: Rohit Gupta <[email protected]>
Co-authored-by: Rohit Gupta <[email protected]>
Co-authored-by: Rohit Gupta <[email protected]>
…ghtning-AI#13494) Co-authored-by: Rohit Gupta <[email protected]> Co-authored-by: Carlos Mocholí <[email protected]>
What does this PR do?
Fixes mypy errors attributed to
pytorch_lightning/loggers/base.pyfor issue #13445Anyfor:Does your PR introduce any breaking changes? If yes, please list them.
None
Before submitting
PR review
Anyone in the community is welcome to review the PR.
Before you start reviewing, make sure you have read the review guidelines. In short, see the following bullet-list: