HarryVolek / PyTorch_Speaker_Verification

PyTorch implementation of "Generalized End-to-End Loss for Speaker Verification" by Wan, Li et al.
BSD 3-Clause "New" or "Revised" License
575 stars 165 forks source link

how can I reproduce the result: EER across 10 epochs: 0.0377 ? #76

Open JiaqingFu opened 3 years ago

JiaqingFu commented 3 years ago

I run the train_speech_embedder.py with default config, but I get the result : EER 0.0723 with final checkpoint ,get the result :EER 0.0578 with intermediate checkpoint

@HarryVolek @seandickert @mazzzystar @pranshurastogi29