From 22cf225923e0d47d3fb3ab8df78eb09a8e4d97c2 Mon Sep 17 00:00:00 2001 From: Brandon Amos Date: Fri, 8 Jan 2016 10:58:21 -0500 Subject: [PATCH] Training: By default use an epoch size of 500. --- training/opts.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/training/opts.lua b/training/opts.lua index bad932e..41be173 100644 --- a/training/opts.lua +++ b/training/opts.lua @@ -34,7 +34,7 @@ function M.parse(arg) ------------- Training options -------------------- cmd:option('-nEpochs', 1000, 'Number of total epochs to run') - cmd:option('-epochSize', 1000, 'Number of batches per epoch') + cmd:option('-epochSize', 500, 'Number of batches per epoch') cmd:option('-testEpochSize', 0, 'Number of batches to test per epoch') cmd:option('-epochNumber', 1, 'Manual epoch number (useful on restarts)') -- GPU memory usage depends on peoplePerBatch and imagesPerPerson.