Fix parallel wavegan unit test

This commit is contained in:
Edresson Casanova 2023-11-16 17:19:31 -03:00
parent b87a665a40
commit c18ec9f9ca
1 changed files with 1 additions and 0 deletions

View File

@ -94,6 +94,7 @@ class ParallelWaveganConfig(BaseGANVocoderConfig):
use_noise_augment: bool = False use_noise_augment: bool = False
use_cache: bool = True use_cache: bool = True
steps_to_start_discriminator: int = 200000 steps_to_start_discriminator: int = 200000
target_loss: str = "loss_1"
# LOSS PARAMETERS - overrides # LOSS PARAMETERS - overrides
use_stft_loss: bool = True use_stft_loss: bool = True