From a9dab4e759aaa68dce1b1ada46a8035076ba3296 Mon Sep 17 00:00:00 2001 From: Cheng-I Jeff Lai Date: Tue, 29 Oct 2019 17:53:31 -0400 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 9cad661..d309309 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,16 @@ Feature for Automatic Speaker Verification](https://arxiv.org/pdf/1904.01575.pdf

+If you find the code useful, please cite +``` +@article{lai2019contrastive, + title={Contrastive Predictive Coding Based Feature for Automatic Speaker Verification}, + author={Lai, Cheng-I}, + journal={arXiv preprint arXiv:1904.01575}, + year={2019} +} +``` + # Getting Started `./src/model/model.py` contains the CPC models implementation, `./src/main.py` is the code for training the CPC models, `./src/spk_class.py` trains a NN speaker classifier, `./ivector/` contains the scripts for running an i-vectors speaker verification system.