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

Feat task 2803 moving find embedding methods to super if not require additional logic #1156

Merged
merged 3 commits into from
Mar 31, 2024

Conversation

serengil
Copy link
Owner

Tickets

#1150

What has been done

With this PR, formerly find_embeddings and currently forward methods of base models removed it they do not require additional work. In that way, these will use its super's forward method. In that way, we will not copy same code for different base models.

How to test

make lint && make test

- standard FR models are now using find embeddings method from its super FacialRecognition
- find embeddings renamed to forward.
@serengil serengil merged commit 357a397 into master Mar 31, 2024
4 checks passed
@serengil serengil deleted the feat-task-2803-resize-moved-to-representation branch March 31, 2024 08:35
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.

1 participant