summaryrefslogtreecommitdiff
path: root/lstm.py
diff options
context:
space:
mode:
Diffstat (limited to 'lstm.py')
-rw-r--r--lstm.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/lstm.py b/lstm.py
index dbe46dc..1750d58 100644
--- a/lstm.py
+++ b/lstm.py
@@ -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()