-
Notifications
You must be signed in to change notification settings - Fork 165
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
Things to check when testing with different DB #55
Comments
I also have a quite high EER on VOX1, also my GE2E loss is quite high, around 20. have you continue your experiment on the UIS-RNN using the EER 16% model? |
Thanks for your kind answer. Plus, I obtained 16% by following manner.
I might try using this repository trained with TIMIT to evaluate speaker verification on synthesized speech. Since synthesized speeches are high in SNR than VoxCeleb1 and it is more like TIMIT. |
Oh, I see, I only use 300 epoch on the training and the loss decrease very slow and almost stop around 20...actually this is also my question on the GE2E Loss training...how do I know if I trained too much and thus the model is overfitting? also, one reminder for you...if you also use this model to create d-vector, you need to change the number in the yaml...you can refer to the question i asked in this repo...i think there are some mistake...but for training the LSTM, the yaml file setting is correct. |
This might be a silly question so I willl begin with apology.
I am new to speaker verification and I am trying to apply this repo for VoxCeleb1.
DataLoading and other stuffs seems trivial but I have a question regarding EER calculation.
for thres in [0.01*i+0.5 for i in range(50)]
similarity threshold in this case ranges from 0.5 to 0.99
Does this range need calibration when I am using different DB?
It seems from anther repo (DeepSpeaker) that uses VoxCeleb, that range appers to be different.
`
Calculate evaluation metrics
`
I got 16% EER on VoxCeleb1.
Can anybody give any advice on the tuning points I have to adjust?
Or is there anyone who have different EER using VoxCeleb1?
The text was updated successfully, but these errors were encountered: