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

Bugfix/4449 dict attribute error #4480

Merged
merged 20 commits into from
Nov 4, 2020
Merged

Conversation

tchaton
Copy link
Contributor

@tchaton tchaton commented Nov 2, 2020

What does this PR do?

This PR resolve 2 bugs related to logging, but one is still there. Reduction is not properly done on legacy results.

Fixes #4449
Fixes #3994

Before submitting

  • Was this discussed/approved via a Github issue? (no need for typos and docs improvements)
  • 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? Otherwise, we ask you to create a separate PR for every change.
  • Did you make sure to update the documentation with your changes?
  • Did you write any new necessary tests?
  • Did you verify new and existing tests pass locally with your changes?
  • If you made a notable change (that affects users), did you update the CHANGELOG?

PR review

  • Is this pull request ready for review? (if not, please submit in draft mode)

Anyone in the community is free to review the PR once the tests have passed.
If we didn't discuss your PR in Github issues there's a high chance it will not be merged.

Did you have fun?

Make sure you had fun coding 🙃

@pep8speaks
Copy link

pep8speaks commented Nov 2, 2020

Hello @tchaton! Thanks for updating this PR.

Line 394:121: E501 line too long (128 > 120 characters)
Line 397:121: E501 line too long (124 > 120 characters)

Comment last updated at 2020-11-04 18:45:38 UTC

@tchaton tchaton added this to the 1.1 milestone Nov 2, 2020
@tchaton tchaton modified the milestones: 1.1, 1.0.x Nov 2, 2020
@tchaton tchaton added logger Related to the Loggers and removed callback labels Nov 2, 2020
@codecov
Copy link

codecov bot commented Nov 2, 2020

Codecov Report

Merging #4480 into master will increase coverage by 0%.
The diff coverage is 100%.

@@          Coverage Diff           @@
##           master   #4480   +/-   ##
======================================
  Coverage      93%     93%           
======================================
  Files         116     116           
  Lines        8718    8738   +20     
======================================
+ Hits         8086    8108   +22     
+ Misses        632     630    -2     

@tchaton tchaton added the priority: 0 High priority task label Nov 4, 2020
@tchaton tchaton self-assigned this Nov 4, 2020
@SeanNaren SeanNaren merged commit 11dc526 into master Nov 4, 2020
@SeanNaren SeanNaren deleted the bugfix/4449_dict_attributeError branch November 4, 2020 19:35
@SeanNaren SeanNaren modified the milestones: 1.0.x, 1.1 Nov 10, 2020
rohitgr7 pushed a commit that referenced this pull request Nov 21, 2020
* resolve a bug

* resolve a bug

* remove todo

* resolve more bugs

* update tests

* Update pytorch_lightning/trainer/connectors/logger_connector/logger_connector.py

Co-authored-by: Sean Naren <[email protected]>

* Update pytorch_lightning/trainer/connectors/logger_connector/logger_connector.py

Co-authored-by: Sean Naren <[email protected]>

* resolve pyright

Co-authored-by: Teddy Koker <[email protected]>
Co-authored-by: Sean Naren <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
logger Related to the Loggers priority: 0 High priority task
Projects
None yet
6 participants