-
Notifications
You must be signed in to change notification settings - Fork 284
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
Moving positional embedding functions from ijepa to utils #1322
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #1322 +/- ##
==========================================
- Coverage 85.17% 84.76% -0.41%
==========================================
Files 127 127
Lines 5369 5422 +53
==========================================
+ Hits 4573 4596 +23
- Misses 796 826 +30
☔ View full report in Codecov by Sentry. |
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.
LGTM! Thanks for the PR!
I formatted the files and cleaned up git history. You can run formatting with make format
, see our contribution guide: https://github.com/lightly-ai/lightly/blob/master/CONTRIBUTING.md
Regarding git history, could you next time make a PR from a clean branch based on lightly/master? The we don't get all the additional commits in the history. Thanks!
@guarin Thank you. Next time I'll do it according to contribution guide. |
Move positional embedding functions from ijepa to utils