mirror of https://github.com/coqui-ai/TTS.git
Fix #2062
This commit is contained in:
parent
fcbfca869f
commit
b686c09704
|
@ -22,14 +22,12 @@ class HifiganConfig(BaseGANVocoderConfig):
|
|||
generator_model_params (dict): Parameters of the generator model. Defaults to
|
||||
`
|
||||
{
|
||||
"use_mel": True,
|
||||
"sample_rate": 22050,
|
||||
"n_fft": 1024,
|
||||
"hop_length": 256,
|
||||
"win_length": 1024,
|
||||
"n_mels": 80,
|
||||
"mel_fmin": 0.0,
|
||||
"mel_fmax": None,
|
||||
"upsample_factors": [8, 8, 2, 2],
|
||||
"upsample_kernel_sizes": [16, 16, 4, 4],
|
||||
"upsample_initial_channel": 512,
|
||||
"resblock_kernel_sizes": [3, 7, 11],
|
||||
"resblock_dilation_sizes": [[1, 3, 5], [1, 3, 5], [1, 3, 5]],
|
||||
"resblock_type": "1",
|
||||
}
|
||||
`
|
||||
batch_size (int):
|
||||
|
|
Loading…
Reference in New Issue