From 047101c60248d332c9f5d08e1e64a7674ed4538f Mon Sep 17 00:00:00 2001 From: Garrett Smith Date: Tue, 20 Dec 2016 18:29:20 -0600 Subject: [PATCH] Bumping epochs used to train MNIST examples --- mnist/Guild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mnist/Guild b/mnist/Guild index ac94ef3..8bacb96 100644 --- a/mnist/Guild +++ b/mnist/Guild @@ -3,7 +3,6 @@ [project] name = MNIST -runroot = runs [model "intro"] @@ -26,7 +25,7 @@ evaluate = expert --evaluate datadir = ./data rundir = $RUNDIR batch-size = 100 -epochs = 5 +epochs = 20 [view]