Update SpeedySpeech config

pull/800/head
Eren Gölge 2021-09-12 15:33:27 +00:00
parent bb69e714d0
commit 1ea011571a
2 changed files with 3 additions and 2 deletions

View File

@ -73,6 +73,7 @@ Underlined "TTS*" and "Judy*" are 🐸TTS models
- Speedy-Speech: [paper](https://arxiv.org/abs/2008.03802)
- Align-TTS: [paper](https://arxiv.org/abs/2003.01950)
- FastPitch: [paper](https://arxiv.org/pdf/2006.06873.pdf)
- FastSpeech: [paper](https://arxiv.org/abs/1905.09263)
### End-to-End Models
- VITS: [paper](https://arxiv.org/pdf/2106.06103)

View File

@ -144,8 +144,8 @@ class SpeedySpeechConfig(BaseTTSConfig):
dur_loss_alpha: float = 1.0
spec_loss_alpha: float = 1.0
aligner_loss_alpha: float = 1.0
binary_align_loss_alpha: float = 1.0
binary_align_loss_start_step: int = 20000
binary_align_loss_alpha: float = 0.3
binary_align_loss_start_step: int = 50000
# overrides
min_seq_len: int = 13