mirror of https://github.com/coqui-ai/TTS.git
config change
This commit is contained in:
parent
7d66bdc5f4
commit
070156b631
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"model_name": "TTS",
|
"model_name": "TTS-small",
|
||||||
"model_description": "normal size TTS finetuning",
|
"model_description": "loc-sens attention paper values for number of filters and filter size",
|
||||||
"audio_processor": "audio",
|
"audio_processor": "audio",
|
||||||
"num_mels": 80,
|
"num_mels": 80,
|
||||||
"num_freq": 1025,
|
"num_freq": 1025,
|
||||||
|
@ -8,8 +8,6 @@
|
||||||
"frame_length_ms": 50,
|
"frame_length_ms": 50,
|
||||||
"frame_shift_ms": 12.5,
|
"frame_shift_ms": 12.5,
|
||||||
"preemphasis": 0.97,
|
"preemphasis": 0.97,
|
||||||
"min_mel_freq": 125,
|
|
||||||
"max_mel_freq": 7600,
|
|
||||||
"min_level_db": -100,
|
"min_level_db": -100,
|
||||||
"ref_level_db": 20,
|
"ref_level_db": 20,
|
||||||
"embedding_size": 256,
|
"embedding_size": 256,
|
||||||
|
|
Loading…
Reference in New Issue