Last active
August 22, 2017 07:30
-
-
Save philippslang/8ab00751dbc7a66cc3e477326392cd69 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
num_features = 2 | |
ifeature_production = 0 | |
ifeature_stage = 1 | |
num_targets = 1 | |
itarget_production = 0 | |
# lstm units in the recurrent layer | |
num_units = 24 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment