mirror of https://github.com/coqui-ai/TTS.git
config update
This commit is contained in:
parent
bb526c296f
commit
90b96f9bed
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"model_name": "TTS-smaller-anneal_lr",
|
"model_name": "TTS-smaller-lws",
|
||||||
"audio_processor": "audio",
|
"audio_processor": "audio",
|
||||||
"num_mels": 80,
|
"num_mels": 80,
|
||||||
"num_freq": 1025,
|
"num_freq": 1025,
|
||||||
|
@ -16,7 +16,6 @@
|
||||||
|
|
||||||
"epochs": 1000,
|
"epochs": 1000,
|
||||||
"lr": 0.002,
|
"lr": 0.002,
|
||||||
"lr_scheduler": "AnnealLR",
|
|
||||||
"warmup_steps": 4000,
|
"warmup_steps": 4000,
|
||||||
|
|
||||||
"lr_decay": 0.5,
|
"lr_decay": 0.5,
|
||||||
|
|
Loading…
Reference in New Issue