summaryrefslogtreecommitdiff
path: root/gfgru.py
diff options
context:
space:
mode:
Diffstat (limited to 'gfgru.py')
-rw-r--r--gfgru.py5
1 files changed, 2 insertions, 3 deletions
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(), [], []),
]