VGGVox-PyTorch
Implementing VGGVox for VoxCeleb1 dataset in PyTorch.
Specify data dir with --dir
python3 train.py --dir ./Data/
References and Citations:
- VGGVox
- linhdvu14's vggvox-speaker-identification
- jameslyons's python_speech_features
@InProceedings{Nagrani17,
author = "Nagrani, A. and Chung, J.~S. and Zisserman, A.",
title = "VoxCeleb: a large-scale speaker identification dataset",
booktitle = "INTERSPEECH",
year = "2017",
}
@InProceedings{Nagrani17,
author = "Chung, J.~S. and Nagrani, A. and Zisserman, A.",
title = "VoxCeleb2: Deep Speaker Recognition",
booktitle = "INTERSPEECH",
year = "2018",
}