X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=pysvrt.git;a=blobdiff_plain;f=cnn-svrt.py;h=c75b3364afad3e632f6b1957880c3757ceaf0929;hp=90b4c6d6693f51a1ef35b54ed2eb8130865277c7;hb=60871ae01df4bb671a75f7bc68072d759fe2f365;hpb=4d3bc68c677cc9554df9c47dd214dfc4cb9c6577 diff --git a/cnn-svrt.py b/cnn-svrt.py index 90b4c6d..c75b336 100755 --- a/cnn-svrt.py +++ b/cnn-svrt.py @@ -66,7 +66,7 @@ parser.add_argument('--batch_size', help = 'Mini-batch size') parser.add_argument('--log_file', - type = str, default = 'cnn-svrt.log', + type = str, default = 'default.log', help = 'Log file name') parser.add_argument('--compress_vignettes', @@ -75,7 +75,7 @@ parser.add_argument('--compress_vignettes', parser.add_argument('--test_loaded_models', action='store_true', default = False, - help = 'Should we compute the test error of models we load') + help = 'Should we compute the test errors of loaded models') args = parser.parse_args()