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:
Eren Gölge
2022-09-13 14:10:33 +02:00
committed by GitHub
parent 371772c355
commit 9e5a469c64
73 changed files with 100582 additions and 152 deletions
+1 -1
View File
@@ -148,7 +148,7 @@
"datasets": // List of datasets. They all merged and they get different speaker_ids.
[
{
"name": "ljspeech",
"formatter": "ljspeech",
"path": "tests/data/ljspeech/",
"meta_file_train": "metadata.csv",
"meta_file_val": "metadata.csv",