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

Prevent output nonlinearity to be applied twice to the descriptors du… #26

Merged
merged 1 commit into from
Mar 6, 2018

Conversation

jbboin
Copy link
Contributor

@jbboin jbboin commented Mar 5, 2018

Fixes issue #16.

During testing, for each time step the sigmoid was applied to the inputs of the LSTM (which are the outputs of the previous stages). But in the end, the sigmoid was applied again to all outputs. This caused it to be incorrectly applied twice for the outputs at t = 0, …, T-2.

@mansimov mansimov merged commit 29407a8 into mansimov:master Mar 6, 2018
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.

None yet

2 participants