rcmalli / keras-vggface

VGGFace implementation with Keras Framework
MIT License
928 stars 416 forks source link

Training on Custom Dataset #70

Open ritikjain51 opened 3 years ago

ritikjain51 commented 3 years ago

Hi, I am trying to understand the Dataset and loss matrices used for training the model.

I have a custom dataset of Continental Faces. So, just wanted to understand the procedure of training the model.

mohamedabdallah1996 commented 3 years ago

Hello @ritikjain51, I also need to retrain on my custom dataset. Did you come with any solution about that?