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

i have no idea about the encoder_state #13

Open
peinbill opened this issue Dec 24, 2018 · 0 comments
Open

i have no idea about the encoder_state #13

peinbill opened this issue Dec 24, 2018 · 0 comments
Labels
question Further information is requested

Comments

@peinbill
Copy link

peinbill commented Dec 24, 2018

for layer_id in range(bi_layer_size):
encoder_state.append(bi_encoder_state[0][layer_id])
encoder_state.append(bi_encoder_state[1][layer_id])
encoder_state = tuple(encoder_state)

and i do not know why we should change the order of encoder_state? And i think the attention model just use the last output about encoder.

@peinbill peinbill changed the title i i have no idea about the encoder_state Dec 24, 2018
@wb14123 wb14123 added the question Further information is requested label May 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants