From 50e63c57276fcf5bc260042f3867ea78fcb79257 Mon Sep 17 00:00:00 2001 From: Tyler Carberry Date: Sat, 15 Apr 2017 22:02:58 -0400 Subject: [PATCH] Fix typo in options.lua --- options.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options.lua b/options.lua index f1b88f3..6f17e4d 100644 --- a/options.lua +++ b/options.lua @@ -3,7 +3,7 @@ -------------------------------------------------------------------------------- local options = {} --- options for test +-- options for train local opt_train = { DATA_ROOT = '', -- path to images (should have subfolders 'train', 'val', etc) batchSize = 1, -- # images in batch