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

implementation of Paper, Appendix A.1, Equation 3 #3

Open
nejlag opened this issue Jul 16, 2019 · 0 comments
Open

implementation of Paper, Appendix A.1, Equation 3 #3

nejlag opened this issue Jul 16, 2019 · 0 comments

Comments

@nejlag
Copy link

nejlag commented Jul 16, 2019

Hi Mark,

Thanks for sharing the code. I've a question regarding one tiny bit of your implementation:

In model.py, line 71 , i.e. prev_state = rnn.LSTMStateTuple(state[0], tf.add(h_k, r_k), you added h_k and r_k, but in paper, Appendix A.1, Equation 3, it seems h_k and r_k are concatenated. Could you please elaborate on this?!

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

1 participant