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

Add recurrent weight init configuration option for all RNN layers #4579

Merged
merged 3 commits into from
Feb 5, 2018

Conversation

AlexDBlack
Copy link
Contributor

Partly addresses: #4563

Adds the ability to set weight init for recurrent weights. If not set, single weight init is used for all RNN weights. If it is set, use that weight init for the recurrent weights only.

Copy link
Contributor

@maxpumperla maxpumperla left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

Copy link
Contributor

@maxpumperla maxpumperla left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@maxpumperla maxpumperla merged commit 04e0a49 into master Feb 5, 2018
@maxpumperla maxpumperla deleted the ab_4563_lstm_weight_init branch February 5, 2018 10:20
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