nyoki-mtl / keras-facenet

Facenet implementation by Keras2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How can I finetune keras-facenet?

ZER-0-NE opened this issue · comments

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?

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?
Did you compare the accuracy and speed with this repo?

@jadhavsaurabh I want to fine turn too. did you find the right way?