mirror of https://github.com/coqui-ai/TTS.git
update config for phoneme traning
This commit is contained in:
parent
421787277f
commit
ba3c0e7a0b
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"model_name": "TTS-dev-tweb",
|
"model_name": "TTS-phoneme",
|
||||||
"model_description": "Higher dropout rate for stopnet and disabled custom initialization, pull current mel prediction to stopnet.",
|
"model_description": "Training with phonemes.",
|
||||||
|
|
||||||
"audio":{
|
"audio":{
|
||||||
"audio_processor": "audio", // to use dictate different audio processors, if available.
|
"audio_processor": "audio", // to use dictate different audio processors, if available.
|
||||||
|
|
Loading…
Reference in New Issue