paper-with-me

Tacotron

2000년 도입 · 논문 65편에서 사용

Tacotron is an end-to-end generative text-to-speech model that takes a character sequence as input and outputs the corresponding spectrogram. The backbone of Tacotron is a seq2seq model with attention. The Figure depicts the model, which includes an encoder, an attention-based decoder, and a post-processing net. At a high-level, the model takes characters as input and produces spectrogram frames, which are then converted to waveforms.

출처: Tacotron: Towards End-to-End Speech Synthesis

소개 논문: Tacotron: Towards End-to-End Speech Synthesis

Sequence To Sequence Models · SequentialText-to-Speech Models · Audio