You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-2Lines changed: 14 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,18 @@
1
-
### Audio samples
1
+
##SpeedySpeech
2
2
3
-
Audio samples can be found [here](https://janvainer.github.io/speedyspeech/)
3
+
While recent neural sequence-to-sequence models have greatly improved the quality of speech synthesis,
4
+
there has not been a system capable of
5
+
fast training, fast inference and
6
+
high-quality audio synthesis at the same time.
7
+
We propose a student-teacher network
8
+
capable of high-quality faster-than-real-time spectrogram synthesis, with low requirements on computational resources and fast training time.
9
+
We show that self-attention layers are not necessary for generation of high quality audio.
10
+
We utilize simple convolutional blocks with residual connections in both student and teacher networks and use only a single attention layer in the teacher model.
11
+
Coupled with a MelGAN vocoder, our model's voice quality was rated significantly higher than Tacotron~2.
12
+
Our model can be efficiently trained on a single GPU and can run in real time even on a
13
+
CPU.
14
+
15
+
See our audio samples [here](https://janvainer.github.io/speedyspeech/).
4
16
5
17
### Installation instructions
6
18
The code was tested with `python 3.7.3` and `cuda 10.0.130`.
0 commit comments