dathudeptrai
commited on
Commit
•
ddf8426
1
Parent(s):
b1d1fb5
🦋 Update README
Browse files
README.md
CHANGED
@@ -12,7 +12,7 @@ widget:
|
|
12 |
- text: "这是一个开源的端到端中文语音合成系统"
|
13 |
---
|
14 |
|
15 |
-
# FastSpeech2 trained on
|
16 |
This repository provides a pretrained [FastSpeech2](https://arxiv.org/abs/2006.04558) trained on Baker dataset (Ch). For a detail of the model, we encourage you to read more about
|
17 |
[TensorFlowTTS](https://github.com/TensorSpeech/TensorFlowTTS).
|
18 |
|
@@ -44,7 +44,7 @@ mel_before, mel_after, duration_outputs, _, _ = fastspeech2.inference(
|
|
44 |
)
|
45 |
```
|
46 |
|
47 |
-
#### Referencing
|
48 |
```
|
49 |
@misc{ren2021fastspeech,
|
50 |
title={FastSpeech 2: Fast and High-Quality End-to-End Text to Speech},
|
|
|
12 |
- text: "这是一个开源的端到端中文语音合成系统"
|
13 |
---
|
14 |
|
15 |
+
# FastSpeech2 trained on Baker (Chinese)
|
16 |
This repository provides a pretrained [FastSpeech2](https://arxiv.org/abs/2006.04558) trained on Baker dataset (Ch). For a detail of the model, we encourage you to read more about
|
17 |
[TensorFlowTTS](https://github.com/TensorSpeech/TensorFlowTTS).
|
18 |
|
|
|
44 |
)
|
45 |
```
|
46 |
|
47 |
+
#### Referencing FastSpeech2
|
48 |
```
|
49 |
@misc{ren2021fastspeech,
|
50 |
title={FastSpeech 2: Fast and High-Quality End-to-End Text to Speech},
|