issues
search
as-ideas
/
TransformerTTS
🤖💬 Transformer TTS: Implementation of a non-autoregressive Transformer based neural network for text to speech.
https://as-ideas.github.io/TransformerTTS/
Other
1.13k
stars
227
forks
source link
Major update
#82
Closed
cfrancesco
closed
3 years ago
cfrancesco
commented
3 years ago
Summary:
Switch from master to main
Add pitch modelling
Remove unnecessary model layers + improved normalization/dropouts
Autoregressive model specialized as Aligner
Replaced iterative duration extraction with Dijkstra
Stratified configuration and data storage to decouple training session and reduce disk space
Simplified scripts
Add CLI predictions
Summary: