Minor changes for the 2000 epoch learning.
[dyncnn.git] / dyncnn.lua
index c050344..6625579 100755 (executable)
@@ -97,7 +97,7 @@ cmd:option('-nbBlocks', 8)
 cmd:text('')
 cmd:text('Training')
 
-cmd:option('-nbEpochs', 2000, 'nb of epochs for the heavy setting')
+cmd:option('-nbEpochs', 1000, 'nb of epochs for the heavy setting')
 cmd:option('-learningRate', 0.1, 'learning rate')
 cmd:option('-batchSize', 128, 'size of the mini-batches')
 cmd:option('-nbTrainSamples', 32768)