‹ projects

cluster-rnn

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

commit c43da36fd6e1f489fa5e21f04ab52320c34edb11
parent 7df3a17094960e5dc7c6c0accd8dcbee9e396905
Author: umhau <umhau@users.noreply.github.com>
Date:   Wed, 15 Feb 2017 01:16:39 -0500

parameters

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 = 1 -local movingRateAlpha = 0.9/6 +local movingRateAlpha = .001 --0.9/6 local learningRate = 1e-2 local momentum = 0.99