From 0021c3fb99d1cd3f8792a8cf5c35548815536428 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Mon, 27 Jul 2015 12:59:39 -0400 Subject: Config files --- config/memory_network_bidir_momentum.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'config/memory_network_bidir_momentum.py') diff --git a/config/memory_network_bidir_momentum.py b/config/memory_network_bidir_momentum.py index 3d90494..504fdee 100644 --- a/config/memory_network_bidir_momentum.py +++ b/config/memory_network_bidir_momentum.py @@ -45,14 +45,14 @@ representation_activation = Tanh normalize_representation = True -batch_size = 32 +batch_size = 64 batch_sort_size = 20 max_splits = 100 num_cuts = 1000 -train_candidate_size = 300 -valid_candidate_size = 300 -test_candidate_size = 300 +train_candidate_size = 100 +valid_candidate_size = 100 +test_candidate_size = 100 step_rule = Momentum(learning_rate=0.01, momentum=0.9) -- cgit v1.2.3