Skip to content

Commit c5bfee9

Browse files
committed
Update README
1 parent 4c74e83 commit c5bfee9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Vector-Quantized Contrastive Predictive Coding
22

3-
To learn discrete representations of speech for the [ZeroSpeech challenges](https://zerospeech.com/), we propose vector-quantized contrastive predictive coding.
4-
An encoder maps input speech into a discrete sequence of codes.
5-
Next, an autoregressive model summarises the latent representation (up until time t) into a context vector.
6-
Using this context, the model learns to discriminate future frames from negative examples sampled randomly from other utterances.
7-
Finally, an RNN based vocoder is trained to generate audio from the discretized representation.
3+
Train and evaluate the VQ-VAE model for our submission to the [ZeroSpeech 2020 challenge](https://zerospeech.com/).
4+
Voice conversion samples can be found [here](https://bshall.github.io/VectorQuantizedCPC/).
5+
Pretrained weights for the 2019 English and Indonesian datasets can be found [here](https://github.com/bshall/VectorQuantizedCPC/releases/tag/v0.1).
6+
Leader-board for the ZeroSpeech 2020 challenge can be found [here](https://zerospeech.com/2020/results.html).
87

98
<p align="center">
109
<img width="784" height="340" alt="VQ-CPC model summary"
1110
src="https://raw.githubusercontent.com/bshall/VectorQuantizedCPC/master/model.png">
11+
<sup><strong>Fig 1:</strong> VQ-CPC model architecture.</sup>
1212
</p>
1313

1414
## Requirements

config/training/cpc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ training:
44
n_utterances_per_speaker: 8
55
n_prediction_steps: 12
66
n_negatives: 17
7-
n_epochs: 25000
7+
n_epochs: 22000
88
scheduler:
99
warmup_epochs: 150
1010
initial_lr: 1e-5

0 commit comments

Comments
 (0)