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

What exactly does -use_chars_dec do? #104

Open
arendu-zz opened this issue Apr 15, 2018 · 0 comments
Open

What exactly does -use_chars_dec do? #104

arendu-zz opened this issue Apr 15, 2018 · 0 comments

Comments

@arendu-zz
Copy link

Hi, If my understanding is correct, this flag uses the same logic/architecture that -use_chars_enc does. The use_chars_enc uses a char-based CNN to generate an embedding matrix of size |V| x h (i.e. the input for the lstm).

But for the target side to be character based, don't we need the output matrix of size h x |V| (and not an embedding matrix) to be generated by char-based CNN?? By looking at the code it looks like this option does does not create an output matrix using char-CNN. So what exactly does it do?

Any clarification would be very helpful.

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

1 participant