From 2a20bc827a8c1c9b6e74ef4e1234788207be45b8 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Sat, 25 Jul 2015 17:31:17 -0400 Subject: Add batch sorting --- config/memory_network_bidir_momentum.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config') diff --git a/config/memory_network_bidir_momentum.py b/config/memory_network_bidir_momentum.py index e5863ae..3d90494 100644 --- a/config/memory_network_bidir_momentum.py +++ b/config/memory_network_bidir_momentum.py @@ -51,8 +51,8 @@ batch_sort_size = 20 max_splits = 100 num_cuts = 1000 -train_candidate_size = 1000 -valid_candidate_size = 1000 -test_candidate_size = 1000 +train_candidate_size = 300 +valid_candidate_size = 300 +test_candidate_size = 300 step_rule = Momentum(learning_rate=0.01, momentum=0.9) -- cgit v1.2.3