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

implemented automatic type conversion between numpy and torch #168

Closed LukasMut closed 7 months ago

LukasMut commented 7 months ago
codecov[bot] commented 7 months ago

Codecov Report

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

Project coverage is 74.40%. Comparing base (29c3370) to head (42efd7b).

Files Patch % Lines
thingsvision/core/cka/cka_torch.py 81.81% 0 Missing and 2 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #168 +/- ## ========================================== + Coverage 74.37% 74.40% +0.03% ========================================== Files 36 36 Lines 1826 1836 +10 Branches 240 242 +2 ========================================== + Hits 1358 1366 +8 Misses 395 395 - Partials 73 75 +2 ``` | [Flag](https://app.codecov.io/gh/ViCCo-Group/thingsvision/pull/168/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/168/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ViCCo-Group) | `74.40% <83.33%> (+0.03%)` | :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.