• Stars
    star
    101
  • Rank 336,119 (Top 7 %)
  • Language
    Python
  • Created over 5 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Pytorch implementation of "Generalized End-to-End Loss for Speaker Verification"

Speaker Verification with GE2E Loss

Pytorch implement of "Generalized End-to-End Loss for Speaker Verification"

Data Processing

  1. Vad (recommend py-webrtcvad)
  2. Log mel-spectrogram features (recommend librosa)
  3. Prepare data as data/{train,dev}/{feats.scp,spk2utt}

Usage

see train.sh and compute_dvector.py

Reference

Wan L, Wang Q, Papir A, et al. Generalized end-to-end loss for speaker verification[C]//2018 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP). IEEE, 2018: 4879-4883.