Skip to content

Fix number of layers when constructing MultiRNNCell#30

Merged
hardmaru merged 1 commit into
hardmaru:masterfrom
grisaitis:master
Feb 5, 2018
Merged

Fix number of layers when constructing MultiRNNCell#30
hardmaru merged 1 commit into
hardmaru:masterfrom
grisaitis:master

Conversation

@grisaitis

Copy link
Copy Markdown
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 hardmaru merged commit d158882 into hardmaru:master Feb 5, 2018
@hardmaru

hardmaru commented Feb 5, 2018

Copy link
Copy Markdown
Owner

thanks!

@grisaitis

Copy link
Copy Markdown
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