From 7bf692d9ae344ccef044923f131f5ce8de85b0b4 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Fri, 19 Jun 2015 15:59:09 -0400 Subject: Something that does not really work --- gfgru.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'gfgru.py') diff --git a/gfgru.py b/gfgru.py index ac4c481..29d4398 100644 --- a/gfgru.py +++ b/gfgru.py @@ -29,9 +29,8 @@ io_dim = 256 recurrent_blocks = [ # (256, Tanh(), [2048], [Rectifier()]), # (512, Rectifier(), [1024], [Rectifier()]), - (512, Tanh(), [2048], [TRectifier()]), - (512, Tanh(), [2048], [TRectifier()]), - (512, Tanh(), [2048], [TRectifier()]), + (512, Tanh(), [1024], [Rectifier()]), + (512, Tanh(), [1024], [Rectifier()]), # (2, Tanh(), [2], [Rectifier()]), # (2, Tanh(), [], []), ] -- cgit v1.2.3