From 034e1a7f3e7174a2eebfcff388fa0fefc8c331e7 Mon Sep 17 00:00:00 2001 From: Francois Fleuret Date: Thu, 15 Jun 2017 16:26:55 +0200 Subject: [PATCH] Changed back to 50. --- cnn-svrt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cnn-svrt.py b/cnn-svrt.py index 96fb498..3e20f8e 100755 --- a/cnn-svrt.py +++ b/cnn-svrt.py @@ -53,7 +53,7 @@ parser.add_argument('--nb_test_samples', help = 'How many samples for test') parser.add_argument('--nb_epochs', - type = int, default = 100, + type = int, default = 50, help = 'How many training epochs') parser.add_argument('--log_file', -- 2.20.1