From 722bc88873460ac009590d9b6cc23c5e25cc7603 Mon Sep 17 00:00:00 2001 From: himanshugoyal18 Date: Wed, 31 Oct 2018 19:35:06 +0530 Subject: [PATCH] Update train.py --- train.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/train.py b/train.py index e36829f..04ff3cf 100644 --- a/train.py +++ b/train.py @@ -1,5 +1,5 @@ '''Trains a simple convnet on the MNIST dataset. -Gets to 99.25% test accuracy after 12 epochs +Gets to 99.25% test accuracy after 12 epochs, (there is still a lot of margin for parameter tuning). 16 seconds per epoch on a GRID K520 GPU. '''