-
Notifications
You must be signed in to change notification settings - Fork 45
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
Applying Center Loss #213
Applying Center Loss #213
Conversation
✅ Deploy Preview for capable-unicorn-d5e336 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
for more information, see https://pre-commit.ci
I am new to open source and this organization, can anyone give me an idea as for what are these issues and how should I solve them |
It failed because of documentation generation failed:
|
You can try to run locally |
The errors mentioned here are not of the files I made changes into, were they pre-existing or am I getting it wrong. |
@generall I have added the changes |
This commit fixes the issue #187
Center Loss as defined in the paper "A Discriminative Feature Learning Approach for Deep Face Recognition (http://ydwen.github.io/papers/WenECCV16.pdf) It aims to minimize the intra-class variations while keeping the features of different classes separable.