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

Fix multitask wrapper not being logged in lightning when used together with collections #2349

Merged
merged 15 commits into from
Feb 12, 2024

Conversation

SkafteNicki
Copy link
Member

@SkafteNicki SkafteNicki commented Feb 3, 2024

What does this PR do?

Fixes #2338

Before submitting
  • Was this discussed/agreed via a Github issue? (no need for typos and docs improvements)
  • Did you read the contributor guideline, Pull Request section?
  • Did you make sure to update the docs?
  • Did you write any new necessary tests?
PR review

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 🙃


📚 Documentation preview 📚: https://torchmetrics--2349.org.readthedocs.build/en/2349/

@SkafteNicki SkafteNicki added the bug / fix Something isn't working label Feb 3, 2024
@SkafteNicki SkafteNicki added this to the v1.3.x milestone Feb 3, 2024
@SkafteNicki SkafteNicki marked this pull request as ready for review February 4, 2024 13:33
Copy link

codecov bot commented Feb 4, 2024

Codecov Report

Merging #2349 (3d5c1aa) into master (b6f6e07) will decrease coverage by 34%.
Report is 2 commits behind head on master.
The diff coverage is 18%.

Additional details and impacted files
@@           Coverage Diff            @@
##           master   #2349     +/-   ##
========================================
- Coverage      69%     35%    -34%     
========================================
  Files         305     305             
  Lines       17164   17175     +11     
========================================
- Hits        11836    5982   -5854     
- Misses       5328   11193   +5865     

src/torchmetrics/wrappers/multitask.py Outdated Show resolved Hide resolved
src/torchmetrics/wrappers/multitask.py Outdated Show resolved Hide resolved
src/torchmetrics/wrappers/multitask.py Outdated Show resolved Hide resolved
@mergify mergify bot added the has conflicts label Feb 7, 2024
@mergify mergify bot removed the has conflicts label Feb 12, 2024
@mergify mergify bot added the ready label Feb 12, 2024
@Borda Borda merged commit c94e21a into master Feb 12, 2024
58 checks passed
@Borda Borda deleted the bugfix/multitask_wrapper branch February 12, 2024 11:23
Borda pushed a commit that referenced this pull request Feb 12, 2024
…r with collections (#2349)

* integration tests
* implementation
* better testing
* Apply suggestions from code review

---------

Co-authored-by: Jirka Borovec <[email protected]>

(cherry picked from commit c94e21a)
Borda pushed a commit that referenced this pull request Feb 12, 2024
…r with collections (#2349)

* integration tests
* implementation
* better testing
* Apply suggestions from code review

---------

Co-authored-by: Jirka Borovec <[email protected]>

(cherry picked from commit c94e21a)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug / fix Something isn't working ready
Projects
None yet
Development

Successfully merging this pull request may close these issues.

MultitaskWrapper still cannot be logged
2 participants