From afc520f566a89c0a94c8b417298a4c821e01df31 Mon Sep 17 00:00:00 2001 From: Xinwei He <1154646635@qq.com> Date: Wed, 19 Apr 2017 16:04:19 +0800 Subject: [PATCH] Update train.lua --- train.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/train.lua b/train.lua index db3d848..263ae7c 100644 --- a/train.lua +++ b/train.lua @@ -66,7 +66,7 @@ optimState = { -- config logging testLogger = optim.Logger(paths.concat(opt.save, 'test.log')) testLogger:setNames{'% mean class accuracy (train set)', '% mean class accuracy (test set)'} -testLogger.showPlot = 'false' +testLogger.showPlot = false -- confusion matrix confusion = optim.ConfusionMatrix(40)