-
Notifications
You must be signed in to change notification settings - Fork 423
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
New metric: Cluster Accuracy #2777
base: master
Are you sure you want to change the base?
Conversation
seems there is some problem with package resolution, and it tries to download so many combinations that it crashes for no space left on the machine... |
it is strange as it tries to install PT 2.6?
|
the used package for testing has pending |
@@ -75,7 +75,6 @@ class AdjustedMutualInfoScore(MutualInfoScore): | |||
plot_upper_bound: float = 1.0 | |||
preds: List[Tensor] | |||
target: List[Tensor] | |||
contingency: Tensor |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we add this to changelog?
What does this PR do?
Fixes #2767
Before submitting
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--2777.org.readthedocs.build/en/2777/