keras-vggface icon indicating copy to clipboard operation
keras-vggface copied to clipboard

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

Open marinkreso95 opened this issue 5 years ago • 3 comments

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.

marinkreso95 avatar Dec 18 '19 12:12 marinkreso95

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

zewenli98 avatar Jan 13 '20 04:01 zewenli98

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.

sherlockchou86 avatar Apr 23 '20 06:04 sherlockchou86

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.

ritikjain51 avatar Feb 02 '21 09:02 ritikjain51