Skip to content

Commit ab315b5

Browse files
authored
Update README.md
1 parent 2791a5f commit ab315b5

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

README.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,9 @@ python run_training_pipeline.py <shorthand of the pipeline>
181181
```
182182

183183
You can supply any of the following arguments, but don't have to (although for training you should definitely specify at
184-
least a GPU ID).
184+
least a GPU ID). With this version of the toolkit, we recommend that you download the meta-checkpoint of the model you want
185+
to train and fine-tune from it to significantly decrease need for data, time for training and chance of success if your data
186+
is not very high quality.
185187

186188
```
187189
--gpu_id <ID of the GPU you wish to use, as displayed with nvidia-smi, default is cpu>
@@ -279,15 +281,6 @@ Here are a few points that were brought up by users:
279281

280282
---
281283

282-
## Example Pipelines available
283-
284-
| Dataset | Language | Single or Multi | TransformerTTS | Tacotron 2 | FastSpeech 2 |
285-
| -------------------------------------------------------------------------------------|----------|-----------------|:--------------:|:---------:|:-----------:|
286-
| [LJSpeech](https://keithito.com/LJ-Speech-Dataset/) | English | Single Speaker ||||
287-
| [Nancy Krebs](https://www.cstr.ed.ac.uk/projects/blizzard/2011/lessac_blizzard2011/) | English | Single Speaker ||||
288-
289-
---
290-
291284
This toolkit has been written by Florian Lux (except for the pytorch modules taken
292285
from [ESPnet](https://github.com/espnet/espnet) and
293286
[ParallelWaveGAN](https://github.com/kan-bayashi/ParallelWaveGAN), as mentioned above), so if you come across problems

0 commit comments

Comments
 (0)