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

Enhance model by enabling multiple recurrent layers #5

Open
gb96 opened this issue Sep 14, 2016 · 0 comments
Open

Enhance model by enabling multiple recurrent layers #5

gb96 opened this issue Sep 14, 2016 · 0 comments
Assignees

Comments

@gb96
Copy link
Owner

gb96 commented Sep 14, 2016

The model creation functions defined in nn_utils.network_utils include an optional parameter num_recurrent_units=1

None of the calls to these functions from train.py and generate.py specify a value for this parameter, so by default there is only ever 1 hidden layer.

Add a parameter to config.nn_config for the number of hidden layers and then use the value of that parameter wherever the model is created.

@gb96 gb96 self-assigned this Sep 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant