diff options
author | Alex Auvolat <alex@adnab.me> | 2017-01-20 08:58:11 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2017-01-20 08:58:11 +0100 |
commit | fec7f70935704571d39ff3e2977566c6c8482ef1 (patch) | |
tree | a9c6bcbf92fc2bc188cf768bcb74b5341c662e7d /config | |
parent | 9eafa549291f707837940243b7302ce552eaaa20 (diff) | |
download | text-rnn-fec7f70935704571d39ff3e2977566c6c8482ef1.tar.gz text-rnn-fec7f70935704571d39ff3e2977566c6c8482ef1.zip |
Diffstat (limited to 'config')
-rw-r--r-- | config/condlstm.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/condlstm.py b/config/condlstm.py index 027c2a9..e9c376c 100644 --- a/config/condlstm.py +++ b/config/condlstm.py @@ -11,7 +11,7 @@ io_dim = 256 # divided in chunks of lengh 'seq_div_size' num_seqs = 50 seq_len = 5000 -seq_div_size = 200 +seq_div_size = 500 layers = [ # Slowlier |