diff options
author | Alex Auvolat <alex@adnab.me> | 2016-07-04 22:56:01 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2016-07-04 22:56:01 +0200 |
commit | 9524ab7589f1083608cae5608e16285b0707bc48 (patch) | |
tree | b7c985846a71057100df0ad15cc7bf1df34af2b0 /config | |
parent | b5584610a14578d0f3ebf9eea3067a0284f67288 (diff) | |
download | text-rnn-9524ab7589f1083608cae5608e16285b0707bc48.tar.gz text-rnn-9524ab7589f1083608cae5608e16285b0707bc48.zip |
Uncommited changes && random stuff
Diffstat (limited to 'config')
-rw-r--r-- | config/lstm-frigo-irc.py | 3 | ||||
-rw-r--r-- | config/lstm-xreg.py | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/config/lstm-frigo-irc.py b/config/lstm-frigo-irc.py index a0f5b5c..04468c9 100644 --- a/config/lstm-frigo-irc.py +++ b/config/lstm-frigo-irc.py @@ -34,7 +34,8 @@ monitor_freq = 100 save_freq = 100 # used for sample generation and IRC mode -sample_temperature = 0.7 #0.5 +#sample_temperature = 0.7 #0.5 +sample_temperature = 0.9 #0.5 # do we want to generate samples at times during training? sample_len = 1000 diff --git a/config/lstm-xreg.py b/config/lstm-xreg.py index f8c5094..a5d5b46 100644 --- a/config/lstm-xreg.py +++ b/config/lstm-xreg.py @@ -14,10 +14,10 @@ seq_div_size = 200 layers = [ {'dim': 1024, - 'xreg': (768, 0.1, 10, 10, 10, 2) + 'xreg': (768, 0.1, 10, 20, 10, 0) }, {'dim': 1024, - 'xreg': (768, 0.1, 10, 10, 10, 5) + 'xreg': (768, 0.1, 10, 20, 10, 0) }, {'dim': 1024, }, |