-
Notifications
You must be signed in to change notification settings - Fork 408
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: Perceptual Path Length #1939
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #1939 +/- ##
========================================
- Coverage 87% 43% -44%
========================================
Files 266 268 +2
Lines 15280 15427 +147
========================================
- Hits 13224 6603 -6621
- Misses 2056 8824 +6768 |
@Borda, @justusschock please re-review. After a second look at this, we already had a lot of the needed functionality already, so torch-fidelity is no longer needed for the implementation (only testing). A bit of code needed to be copied, but I have linked where needed to original implementation. |
I am fine with the code, my only concern is the dependency, can we somehow use the released package? what we really need form the master branch? |
It's no longer a dependency of this metric, only torchvision is needed. But we need it for testing to compare against. And we specific need master because the addition of PPL in torch-fidelity happened after latest release |
What does this PR do?
Fixes #1933
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--1939.org.readthedocs.build/en/1939/