linhdvu14 / vggvox-speaker-identification

Speaker identification with VGGVox network
82 stars 34 forks source link

Model training #1

Closed hendrikpesch closed 5 years ago

hendrikpesch commented 5 years ago

Hi,

I saw that you are using Keras to replicate the model of the VoxCeleb paper. Did you train the model that is part of this repository yourself? If yes, could you replicate the results from the paper, i.e. identification accuracy of 80%. I'm currently having trouble replicating this, because of overfitting. Any help would be appreciated.

Thanks!

linhdvu14 commented 5 years ago

Hi,

The pretrained model is ported directly from the official repo in Matlab.

The project currently only has code for evaluation. I have no immediate plan to implement the training part. Sorry about that.

You might want to check out the voxceleb recipe from Kaldi. It has code for training, testing, and several pretrained models.