Spaces:
Running
Running
Kikirilkov
commited on
Commit
•
6088cb1
1
Parent(s):
f468709
Update TTS/vocoder/configs/shared_configs.py
Browse files
TTS/vocoder/configs/shared_configs.py
CHANGED
@@ -90,7 +90,7 @@ class BaseGANVocoderConfig(BaseVocoderConfig):
|
|
90 |
Parameters for the L1 spectrogram loss. Defaults to
|
91 |
`{
|
92 |
"use_mel": True,
|
93 |
-
"sample_rate":
|
94 |
"n_fft": 1024,
|
95 |
"hop_length": 256,
|
96 |
"win_length": 1024,
|
@@ -155,7 +155,7 @@ class BaseGANVocoderConfig(BaseVocoderConfig):
|
|
155 |
l1_spec_loss_params: dict = field(
|
156 |
default_factory=lambda: {
|
157 |
"use_mel": True,
|
158 |
-
"sample_rate":
|
159 |
"n_fft": 1024,
|
160 |
"hop_length": 256,
|
161 |
"win_length": 1024,
|
|
|
90 |
Parameters for the L1 spectrogram loss. Defaults to
|
91 |
`{
|
92 |
"use_mel": True,
|
93 |
+
"sample_rate": 32000,
|
94 |
"n_fft": 1024,
|
95 |
"hop_length": 256,
|
96 |
"win_length": 1024,
|
|
|
155 |
l1_spec_loss_params: dict = field(
|
156 |
default_factory=lambda: {
|
157 |
"use_mel": True,
|
158 |
+
"sample_rate": 32000,
|
159 |
"n_fft": 1024,
|
160 |
"hop_length": 256,
|
161 |
"win_length": 1024,
|