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

Long words - right bucket size/parameters ? #196

Open
entenbein opened this issue Jul 29, 2020 · 3 comments
Open

Long words - right bucket size/parameters ? #196

entenbein opened this issue Jul 29, 2020 · 3 comments

Comments

@entenbein
Copy link

Hi folks,

I trained a model for German and now I'm struggling with predicted output for longer words (e.g. 39 letters ≙ 34 phones, yeah German...). Meaning for the predicted words the last phones are repeated over and over again.

So for training I set max_length=50. The results got better but there are some phone repetitions still.

How do the other to bucket parameters influence the predicted transcriptions?

Thanks alot!

@nshmyrev
Copy link
Contributor

You'd better try something modern transformer architecture, not seq2seq.

@entenbein
Copy link
Author

Alright, which ones would you suggest?

@nshmyrev
Copy link
Contributor

Maybe https://github.com/hajix/G2P

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants