Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tacotron2 to TTS2 #5755

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Add tacotron2 to TTS2 #5755

wants to merge 4 commits into from

Conversation

jctian98
Copy link
Contributor

@jctian98 jctian98 commented Apr 23, 2024

What?

[WIP] Add tacotron2 recipes to TTS2 toolkit

@ftshijt

@mergify mergify bot added the ESPnet2 label Apr 23, 2024
@ftshijt ftshijt added New Features TTS Text-to-speech labels Apr 23, 2024
@ftshijt ftshijt added this to the v.202405 milestone Apr 23, 2024
@@ -141,6 +142,8 @@ def __call__(
batch = dict(text=text)
if speech is not None:
batch.update(speech=speech)
if discrete_speech is not None:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We might consider beamsearch for the AR cases?

@@ -0,0 +1,133 @@
import torch
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One option is that we may adopt the ASR style prediction for this case.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. I'll have a try. It's still under testing.

@jctian98 jctian98 closed this May 17, 2024
@jctian98 jctian98 deleted the tts2 branch May 17, 2024 22:53
@jctian98 jctian98 restored the tts2 branch May 17, 2024 22:53
@jctian98 jctian98 reopened this May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants