‹ projects

cluster-rnn

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

commit 6ac4038acb53626d4ddcfa9dcec8d32b4b754c3d
parent 7084b04ac1f4ea5603c116d665e6c4e48a8b4165
Author: umhau <umhau@users.noreply.github.com>
Date:   Wed, 15 Feb 2017 01:46:54 -0500

p

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

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