torchmetrics
torchmetrics copied to clipboard
MAP: change bool to float32
What does this PR do?
Fixes #1147
Before submitting
- [x] Was this discussed/approved via a Github issue? (no need for typos and docs improvements)
- [x] 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 🙃
hi @dreaquil, mind share motivation or what does it solves?
Hi @Borda! This is to resolve this issue https://github.com/Lightning-AI/metrics/issues/1147. However, there is some missing test for this failure. I would like to add a test but I am unable to get my development environment set up for test discovery in Vscode.
Dealing with this issue:
ERROR - ImportError: cannot import name 'metanet_pb2' from partially initial...
Codecov Report
Merging #1150 (67a38da) into master (fbfe974) will decrease coverage by
51%
. The diff coverage isn/a
.
Additional details and impacted files
@@ Coverage Diff @@
## master #1150 +/- ##
========================================
- Coverage 86% 34% -51%
========================================
Files 195 195
Lines 11463 11463
========================================
- Hits 9836 3935 -5901
- Misses 1627 7528 +5901
Any update on this PR?