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

Fix number of layers when constructing MultiRNNCell #30

Merged
merged 1 commit into from
Feb 5, 2018

Conversation

grisaitis
Copy link
Contributor

Simple fix!

Without this, the code attempts to construct a net that is rnn_size deep -- as deep as it is wide.

Tested with tensorflow v1.5 on a MBP.

@hardmaru
Copy link
Owner

hardmaru commented Feb 5, 2018

thanks!

@grisaitis
Copy link
Contributor Author

I just realized that this PR was a duplicate of #28 by @yaylinda. My apologies for not seeing her work earlier.

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.

2 participants