File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -181,7 +181,9 @@ python run_training_pipeline.py <shorthand of the pipeline>
181181```
182182
183183You 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-
291284This toolkit has been written by Florian Lux (except for the pytorch modules taken
292285from [ ESPnet] ( https://github.com/espnet/espnet ) and
293286[ ParallelWaveGAN] ( https://github.com/kan-bayashi/ParallelWaveGAN ) , as mentioned above), so if you come across problems
You can’t perform that action at this time.
0 commit comments