Fix FastSpeech config

This commit is contained in:
Eren Gölge 2022-02-22 14:25:39 +01:00
parent 1e414b3a09
commit 9063397892
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ class FastSpeechConfig(BaseTTSConfig):
pitch_loss_alpha: float = 0.0
aligner_loss_alpha: float = 1.0
binary_align_loss_alpha: float = 1.0
binary_align_loss_start_step: int = 50000
binary_loss_warmup_epochs: int = 150
# overrides
min_seq_len: int = 13