mirror of
https://github.com/wassname/TTS.git
synced 2026-09-09 11:16:00 +08:00
Update SpeedySpeech config
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user