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

Direct connection from encoder to decoder #1

Open
sordonia opened this issue Apr 9, 2015 · 1 comment
Open

Direct connection from encoder to decoder #1

sordonia opened this issue Apr 9, 2015 · 1 comment
Assignees

Comments

@sordonia
Copy link
Owner

sordonia commented Apr 9, 2015

The decoder does not take only the hidden state of the dialog RNN, s_{t},
but also the last hidden state of the encoder RNN, h_{t}. Possibly, the decoder
should take the s_{t-1} and not s_{t}.

@sordonia sordonia self-assigned this Apr 9, 2015
@julianser
Copy link
Collaborator

@sordonia I'm working on this now.

julianser referenced this issue in julianser/hed-dlg May 8, 2015
…utterance encoder(s) and utterance decoder. Also factorized UtteranceDecoder to make it easier to add future inputs to the it. In particular, I renamed \'hs\' to \'inp\' in UtteranceDecoder.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants