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

Is this a misswriting? #89

Open
Lamyaaa opened this issue Jan 12, 2018 · 0 comments
Open

Is this a misswriting? #89

Lamyaaa opened this issue Jan 12, 2018 · 0 comments

Comments

@Lamyaaa
Copy link

Lamyaaa commented Jan 12, 2018

h_prime = add([Dense(10)(multiply([r, h_tm1])), Dense(10, use_bias=False)(x)])

Should be
h_prime = add([Dense(output_dim)(multiply([r, h_tm1])), Dense(output_dim, use_bias=False)(x)]),
rather than
h_prime = add([Dense(10)(multiply([r, h_tm1])), Dense(10, use_bias=False)(x)])

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

1 participant