Skip to content

fixed arg *hidden_state* #20

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

fixed arg *hidden_state* #20

wants to merge 1 commit into from

Conversation

DansYU
Copy link
Contributor

@DansYU DansYU commented May 6, 2020

fixed: hidden_state != None;
changed: last_state_list

fixed: hidden_state != None;
changed: last_state_list
@DansYU
Copy link
Contributor Author

DansYU commented May 6, 2020

  • when used seq2seq, Decoder don't need to init hidden_state.
  • even if return_all_layers is True, last_state_list of return need to return whole hidden_state instead of the last layer state

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

Successfully merging this pull request may close these issues.

1 participant