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

How to align multiple sequences while they are from different source? #43

Open
inconnu11 opened this issue Jun 10, 2021 · 2 comments
Open

Comments

@inconnu11
Copy link

If the length of content code, rhythm code and pitch code is different from each other, how do they align since there is no attention mechanism in decoder?

@auspicious3000
Copy link
Owner

The rhythm code provides the alignment information. The decoder just use this information automatically to align the content code and/or pitch code.

@dbkest
Copy link

dbkest commented Oct 14, 2021

The rhythm code provides the alignment information. The decoder just use this information automatically to align the content code and/or pitch code.

Is it right in your code(model.py: line308-309) when content code, rhythm code and pitch code are from different utterance, since the three have alignment problem. I don't find details of the variant to get alignment information propose in your papar, Appendix B.3, can you tell me the details. thank you.

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

No branches or pull requests

3 participants