X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=pysvrt.git;a=blobdiff_plain;f=cnn-svrt.py;h=3e20f8e4f5e0c4d79476cdb58dcffc2de504bf73;hp=96fb498740625c551a3524df7e79ef68e35544ee;hb=034e1a7f3e7174a2eebfcff388fa0fefc8c331e7;hpb=231c2b2d912d7480af0ce9512b12a909a4fe2a3d 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',