diff options
author | Alex Auvolat <alex.auvolat@ens.fr> | 2015-06-17 14:58:20 -0400 |
---|---|---|
committer | Alex Auvolat <alex.auvolat@ens.fr> | 2015-06-17 14:58:20 -0400 |
commit | 701c407b8c87a9270b31d34ac54e683341be661e (patch) | |
tree | 1ef80f0859a7f592d44e9f1c4010da02ee68fb10 /lstm.py | |
parent | e91e14e894196642532c0b7be50b01c1354ad702 (diff) | |
download | text-rnn-701c407b8c87a9270b31d34ac54e683341be661e.tar.gz text-rnn-701c407b8c87a9270b31d34ac54e683341be661e.zip |
xoxo
Diffstat (limited to 'lstm.py')
-rw-r--r-- | lstm.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -47,11 +47,12 @@ param_desc = '%s-%sIH,%sHO-n%s-d%s-l1r%s-%dx%d(%d)-%s' % ( ) save_freq = 5 +on_irc = True # parameters for sample generation sample_len = 1000 sample_temperature = 0.7 #0.5 -sample_freq = 10 +sample_freq = None if step_rule == 'rmsprop': step_rule = RMSProp() |