mirror of
https://github.com/wassname/TTS.git
synced 2026-09-09 11:16:00 +08:00
d-vector handling (#1945)
* Update BaseDatasetConfig - Add dataset_name - Chane name to formatter_name * Update compute_embedding - Allow entering dataset by args - Use released model by default - Use the new key format * Update loading * Update recipes * Update other dep code * Update tests * Fixup * Load multiple embedding files * Fix argument names in dep code * Update docs * Fix argument name * Fix linter
This commit is contained in:
@@ -84,7 +84,7 @@ We still support running training from CLI like in the old days. The same traini
|
||||
"print_eval": true,
|
||||
"mixed_precision": false,
|
||||
"output_path": "recipes/ljspeech/glow_tts/",
|
||||
"datasets":[{"name": "ljspeech", "meta_file_train":"metadata.csv", "path": "recipes/ljspeech/LJSpeech-1.1/"}]
|
||||
"datasets":[{"formatter": "ljspeech", "meta_file_train":"metadata.csv", "path": "recipes/ljspeech/LJSpeech-1.1/"}]
|
||||
}
|
||||
```
|
||||
|
||||
@@ -120,6 +120,3 @@ $ tts-server -h # see the help
|
||||
$ tts-server --list_models # list the available models.
|
||||
```
|
||||

|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user