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

return type do not suuport state_is_tuple #2

Open
lfzCarlosC opened this issue May 4, 2017 · 2 comments
Open

return type do not suuport state_is_tuple #2

lfzCarlosC opened this issue May 4, 2017 · 2 comments

Comments

@lfzCarlosC
Copy link

should change return type to

new_state = (LSTMStateTuple(c, h) if self._state_is_tuple else
array_ops.concat([c, h], 1))

@lfzCarlosC
Copy link
Author

return h, new_state

@tam17aki
Copy link
Owner

tam17aki commented May 5, 2017

Hi,

Thank you for report.
I'll fix it.

Best regards,
Akira

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

2 participants