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

NMT, What if we do not pass input for decoder? #1563

Closed
guotong1988 opened this issue Sep 16, 2019 · 1 comment
Closed

NMT, What if we do not pass input for decoder? #1563

guotong1988 opened this issue Sep 16, 2019 · 1 comment

Comments

@guotong1988
Copy link

guotong1988 commented Sep 16, 2019

For transformer-based neural machine translation (NMT), take English-Chinese for example, we pass English for encoder and use decoder input(Chinese) attend to encoder output, then final output.

What if we do not pass input for decoder and consider it as a 'memory' model for translation. Is it possible and what will happen?

It seems decoder could be removed and there only exist encoder.

Thank you!

@guillaumekln
Copy link
Contributor

Duplicate of OpenNMT/OpenNMT-tf#494

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

2 participants