Skip to content

Commit a9dab4e

Browse files
authored
Update README.md
1 parent dfe687c commit a9dab4e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,16 @@ Feature for Automatic Speaker Verification](https://arxiv.org/pdf/1904.01575.pdf
1111
<img src="img/CPC-ivector.png" width="80%">
1212
</p>
1313

14+
If you find the code useful, please cite
15+
```
16+
@article{lai2019contrastive,
17+
title={Contrastive Predictive Coding Based Feature for Automatic Speaker Verification},
18+
author={Lai, Cheng-I},
19+
journal={arXiv preprint arXiv:1904.01575},
20+
year={2019}
21+
}
22+
```
23+
1424
# Getting Started
1525
`./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.
1626

0 commit comments

Comments
 (0)