mirror of
https://github.com/wassname/TTS.git
synced 2026-09-17 12:00:07 +08:00
config change
This commit is contained in:
+2
-4
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"model_name": "TTS",
|
||||
"model_description": "normal size TTS finetuning",
|
||||
"model_name": "TTS-small",
|
||||
"model_description": "loc-sens attention paper values for number of filters and filter size",
|
||||
"audio_processor": "audio",
|
||||
"num_mels": 80,
|
||||
"num_freq": 1025,
|
||||
@@ -8,8 +8,6 @@
|
||||
"frame_length_ms": 50,
|
||||
"frame_shift_ms": 12.5,
|
||||
"preemphasis": 0.97,
|
||||
"min_mel_freq": 125,
|
||||
"max_mel_freq": 7600,
|
||||
"min_level_db": -100,
|
||||
"ref_level_db": 20,
|
||||
"embedding_size": 256,
|
||||
|
||||
Reference in New Issue
Block a user