ViCCo-Group / thingsvision

Python package for extracting representations from state-of-the-art computer vision models
https://vicco-group.github.io/thingsvision/
MIT License
157 stars 21 forks source link

fixed rbf kernel in cka #175

Closed LukasMut closed 6 months ago

LukasMut commented 6 months ago

fixed sigma arg in rbf kernel

codecov[bot] commented 6 months ago

Codecov Report

Attention: Patch coverage is 60.00000% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 76.42%. Comparing base (16940b8) to head (40099bb).

:exclamation: Current head 40099bb differs from pull request most recent head 0a8789d

Please upload reports for the commit 0a8789d to get more accurate results.

Files Patch % Lines
thingsvision/core/cka/cka_numpy.py 66.66% 0 Missing and 1 partial :warning:
thingsvision/core/cka/cka_torch.py 50.00% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #175 +/- ## ========================================== + Coverage 76.40% 76.42% +0.02% ========================================== Files 40 40 Lines 2051 2053 +2 Branches 261 261 ========================================== + Hits 1567 1569 +2 Misses 400 400 Partials 84 84 ``` | [Flag](https://app.codecov.io/gh/ViCCo-Group/thingsvision/pull/175/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ViCCo-Group) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/ViCCo-Group/thingsvision/pull/175/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ViCCo-Group) | `76.42% <60.00%> (+0.02%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ViCCo-Group#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.