-
Notifications
You must be signed in to change notification settings - Fork 89
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
About figure of features #8
Comments
|
I tried the circular initialization, and it doesn't match your guess. |
Sorry to hear that. There may be other tricks we don't know.. |
set the bias to False, you can get the circle |
Interesting, did you find the solution yourself on this code or refer to other issues on other repo? @zchky |
you can find something on the paper, (normface: l2 hypersphere embedding for face verification) |
more specifically Drop the bias of last fully connected layer. |
See Fig. 3 in the paper of NormFace. |
I wonder that how to change the code to plot the figure of features with only softmax loss.
And what do you think about the different shape between the Fig.3 in original paper and the figure produced though your codes.
The text was updated successfully, but these errors were encountered: