Skip to content

Commit

Permalink
Fix parallel wavegan unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Edresson committed Nov 16, 2023
1 parent b87a665 commit c18ec9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TTS/vocoder/configs/parallel_wavegan_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c18ec9f

Please sign in to comment.