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

add two output maps in diagonal BiLSTM #16

Open
powder21 opened this issue Oct 16, 2017 · 2 comments
Open

add two output maps in diagonal BiLSTM #16

powder21 opened this issue Oct 16, 2017 · 2 comments

Comments

@powder21
Copy link

powder21 commented Oct 16, 2017

output_state_bw_with_last_zeros = tf.concat(1, [output_state_bw_except_last, dummy_zeros])

should be

output_state_bw_with_last_zeros = tf.concat(1, [dummy_zeros, output_state_bw_except_last])

@ChengBinJin
Copy link

yes, I think you are right! In https://github.com/igul222/pixel_rnn theano code just do like that.

@lujiarui-iie
Copy link

yesyes, I think so!!!

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