fix the nl model and add the vocoder

This commit is contained in:
Eren Gölge 2021-03-09 14:05:56 +01:00
parent 8a4dcd152f
commit 43379eecef
1 changed files with 14 additions and 0 deletions

View File

@ -91,6 +91,8 @@
"tacotron2-DDC":{
"model_file": "1cJWpKflkvchVidn0oyUZdv9CPDOUMi_Q",
"config_file": "1SY61VgvMNafrb76BgxP-ulsG8rhTE1we",
"author": "@r-dh",
"default_vocoder": "vocoder_models/nl/mai/parallel-wavegan",
"stats_file": null,
"commit": "540d811"
}
@ -141,6 +143,18 @@
"contact":"erengolge@gmail.com"
}
}
},
"nl":{
"mai":{
"parallel-wavegan":{
"model_file": "1zYFHElvYW_oTeilvbZVLMLscColWRbck",
"config_file": "1ye9kVDbatAKMncRMui7watrLQ_5DaJ3e",
"author": "@r-dh",
"default_vocoder": "vocoder_models/universal/libri-tts/fullband-melgan",
"stats_file": "1QD40bU_M7CWrj9k0MEACNBRqwqVTSLDc",
"commit": "unknown"
}
}
}
}
}