‹ projects

cluster-rnn

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

commit db8271c1cf1b0dbbd1d6b11198b22bde8c3648d8
parent 82e9f0206599de97d5d74bf896d31f2fd9d1611d
Author: umhau <umhau@users.noreply.github.com>
Date:   Wed, 15 Feb 2017 15:51:19 -0500

hide opt class

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

diff --git a/train.lua b/train.lua @@ -413,7 +413,7 @@ for i = 1, iterations do print('saving checkpoint to ' .. savefile) local checkpoint = {} checkpoint.protos = protos - checkpoint.opt = opt + --checkpoint.opt = opt checkpoint.train_losses = train_losses checkpoint.val_loss = val_loss checkpoint.val_losses = val_losses