From 9eafa549291f707837940243b7302ce552eaaa20 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Tue, 17 Jan 2017 21:58:13 +0100 Subject: Change hierarchy. --- config/condlstm.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'config') diff --git a/config/condlstm.py b/config/condlstm.py index f846972..027c2a9 100644 --- a/config/condlstm.py +++ b/config/condlstm.py @@ -19,11 +19,11 @@ layers = [ 'reset_after': ' \t\n,.:;/!?()[]{}<>\\\'"*+-^_|#~&`@$%', }, {'dim': 128, - 'run_on': ' \t\n,.:;/!?()[]{}<>\\\'"*+-^_|#~&`@$%', + 'run_on': ' \t\n,.:;/!?()[]{}<>\\\'"*+-^_|#~&`@$%aiueoAIUEO', 'reset_after': ' \t\n', }, {'dim': 128, - 'run_on': ' \t\n', + 'run_on': ' \t\n,.:;/!?()[]{}<>\\\'"*+-^_|#~&`@$%', 'reset_after': '\t\n', }, {'dim': 256, @@ -46,11 +46,11 @@ layers = [ 'reset_before':'\n', }, {'dim': 128, - 'run_on': ' \t\n', + 'run_on': ' \t\n,.:;/!?()[]{}<>\\\'"*+-^_|#~&`@$%', 'reset_before': '\t\n', }, {'dim': 128, - 'run_on': ' \t\n,.:;/!?()[]{}<>\\\'"*+-^_|#~&`@$%', + 'run_on': ' \t\n,.:;/!?()[]{}<>\\\'"*+-^_|#~&`@$%aiueoAIUEO', 'reset_before': ' \t\n', }, {'dim': 128, -- cgit v1.2.3