lightly-ai / lightly

A python library for self-supervised learning on images.
https://docs.lightly.ai/self-supervised-learning/
MIT License
2.83k stars 246 forks source link

Validate input and lightly mount #1537

Closed guarin closed 1 month ago

guarin commented 1 month ago

Changes

This gives the user better feedback whether the input and lightly mounts were correctly passed to lightly-serve

How was it tested?

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 82.21%. Comparing base (90c5d9f) to head (4efa35e).

Files Patch % Lines
lightly/cli/serve_cli.py 0.00% 7 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1537 +/- ## ========================================== + Coverage 82.19% 82.21% +0.01% ========================================== Files 144 144 Lines 6073 6116 +43 ========================================== + Hits 4992 5028 +36 - Misses 1081 1088 +7 ```

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