‹ projects

cluster-rnn

a distributed Torch7 RNN cluster over MPI
Log | Files | Refs | README

commit 5f85b6f16c3d6a97773c03e8662b1f1ef4a1323c
parent c43da36fd6e1f489fa5e21f04ab52320c34edb11
Author: umhau <umhau@users.noreply.github.com>
Date:   Wed, 15 Feb 2017 01:17:11 -0500

p

Diffstat:
Mmlaunch.lua | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mlaunch.lua b/mlaunch.lua @@ -23,7 +23,7 @@ local torchfile = 'train.lua' -- name of torch file to run with MPI local iterations = 10 -- i.e., epochs. don't need that many for testing. -- advanced parameters -local communicationPeriod = 1 +local communicationPeriod = 64 local movingRateAlpha = .001 --0.9/6 local learningRate = 1e-2 local momentum = 0.99