Skip to content
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

Merged
merged 10 commits into from
Jul 17, 2023
Merged

Moving positional embedding functions from ijepa to utils #1322

merged 10 commits into from
Jul 17, 2023

Conversation

Natyren
Copy link
Contributor

@Natyren Natyren commented Jul 15, 2023

Move positional embedding functions from ijepa to utils

@codecov
Copy link

codecov bot commented Jul 15, 2023

Codecov Report

Patch coverage: 16.66% and project coverage change: -0.41 ⚠️

Comparison is base (8ed30b7) 85.17% compared to head (c0c5f63) 84.76%.

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     
Impacted Files Coverage Δ
lightly/models/modules/ijepa.py 0.00% <0.00%> (ø)
lightly/models/utils.py 66.66% <17.14%> (-11.26%) ⬇️

... and 11 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@Natyren Natyren mentioned this pull request Jul 15, 2023
10 tasks
lightly/models/utils.py Outdated Show resolved Hide resolved
lightly/models/utils.py Outdated Show resolved Hide resolved
Copy link
Contributor

@guarin guarin left a 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!

@Natyren
Copy link
Contributor Author

Natyren commented Jul 17, 2023

@guarin Thank you. Next time I'll do it according to contribution guide.

@Natyren Natyren requested a review from guarin July 17, 2023 11:09
@guarin guarin merged commit 615a44f into lightly-ai:master Jul 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants