‹ projects

cluster-rnn

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

commit bc6df9a30e64cce089c332b6ea3c5ef629425e81
parent 8cf915d3d00af0d02cc14a1ff9083bfb2e42e90b
Author: umhau <umhau@users.noreply.github.com>
Date:   Tue, 14 Feb 2017 16:18:00 -0500

added explanation to readme.

Diffstat:
MREADME.md | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -1,2 +1,7 @@ # word-rnn_with_mpit Implementing a complex Torch7 RNN implementation over a cluster with MPIT. + +These are both complex projects, but the key is in adding the code from the +core word-rnn script to the mpit execution script. If the variables match, the +EAMSGD optimizer should be able to use the available cluster to accelerate the +training process. +\ No newline at end of file