From: Francois Fleuret Date: Thu, 15 Jun 2017 14:26:55 +0000 (+0200) Subject: Changed back to 50. X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=pysvrt.git;a=commitdiff_plain;h=034e1a7f3e7174a2eebfcff388fa0fefc8c331e7 Changed back to 50. --- 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',