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

How did you train vggface model, what parameters did you use? #60

Open
marinkreso95 opened this issue Dec 18, 2019 · 3 comments
Open

How did you train vggface model, what parameters did you use? #60

marinkreso95 opened this issue Dec 18, 2019 · 3 comments

Comments

@marinkreso95
Copy link

I would like to know how did you train model whose weights are loaded into chosen model (Resnet, Senet).

Did you train the model in keras, how you implemented triplet loss, what training parameters did you use (iterations, learning rate etc.) to get amazing results?

The information that I asked about above is for Resnet50 architecture.

@zewenli98
Copy link

Hi, there. Do u figure out those parameters? Why the loss(softmax) does not reduce when I use the pre-trained model?

@sherlockchou86
Copy link

I guess there is no triplet loss used in training the model. Just use softmax loss for classification and then we can remove top layers to use features for generic usage such as fine-tuning.

@ritikjain51
Copy link

For the training of the model, I guess they have used multi-class cross-entropy loss. But not able to understand why have used softmax activation on the last layer.

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

No branches or pull requests

4 participants