Update README.md
Browse files
README.md
CHANGED
@@ -32,7 +32,7 @@ datasets:
|
|
32 |
|
33 |
## Model description
|
34 |
|
35 |
-
**Matcha-TTS** is an encoder-decoder architecture designed for fast acoustic modelling in TTS. The encoder predicts phoneme durations and its
|
36 |
And the decoder is essentially a U-Net inspired by [Grad-TTS](https://arxiv.org/pdf/2105.06337.pdf), that is based on Transformers architecture but combined
|
37 |
with 1D instead of 2D CNNs, making a high reduction on memory consumption and speedy synthesis.
|
38 |
|
|
|
32 |
|
33 |
## Model description
|
34 |
|
35 |
+
**Matcha-TTS** is an encoder-decoder architecture designed for fast acoustic modelling in TTS. The encoder predicts phoneme durations and its average acoustic features.
|
36 |
And the decoder is essentially a U-Net inspired by [Grad-TTS](https://arxiv.org/pdf/2105.06337.pdf), that is based on Transformers architecture but combined
|
37 |
with 1D instead of 2D CNNs, making a high reduction on memory consumption and speedy synthesis.
|
38 |
|