-
Notifications
You must be signed in to change notification settings - Fork 216
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
How can I finetune keras-facenet? #7
Comments
I have same issue but want to fine tune using triplet loss |
@ZER-0-NE You got the solution? |
No. I used keras-vggface instead. |
@ZER-0-NE Hi, are you using this keras-vggface? |
No |
@jadhavsaurabh I want to fine turn too. did you find the right way? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I want to finetune keras-facenet as was described with VGG16 model Fine-tuning the top layers of a a pre-trained network.
How can I do so? How should I define the classifier on top of this model?
The text was updated successfully, but these errors were encountered: