mirror of https://github.com/coqui-ai/TTS.git
Fix parallel wavegan unit test
This commit is contained in:
parent
b87a665a40
commit
c18ec9f9ca
|
@ -94,6 +94,7 @@ class ParallelWaveganConfig(BaseGANVocoderConfig):
|
|||
use_noise_augment: bool = False
|
||||
use_cache: bool = True
|
||||
steps_to_start_discriminator: int = 200000
|
||||
target_loss: str = "loss_1"
|
||||
|
||||
# LOSS PARAMETERS - overrides
|
||||
use_stft_loss: bool = True
|
||||
|
|
Loading…
Reference in New Issue