‹ projects

cluster-rnn

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

commit 1c464b482a0eb06614aacf33716f42ae6805bf65
parent 6ac4038acb53626d4ddcfa9dcec8d32b4b754c3d
Author: umhau <umhau@users.noreply.github.com>
Date:   Wed, 15 Feb 2017 01:48:30 -0500

p

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

diff --git a/mlaunch.lua b/mlaunch.lua @@ -25,7 +25,7 @@ local iterations = 10 -- i.e., epochs. don't need that many for testing. -- advanced parameters local communicationPeriod = 64 local movingRateAlpha = 0.001 --0.9/6 -local learningRate = 5e-2 +local learningRate = 5e-3 local momentum = 0.99 -- very advanced parameters