projects
/
pysvrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d3bc68
)
Cosmetics.
author
Francois Fleuret
<francois@fleuret.org>
Sat, 17 Jun 2017 14:49:22 +0000
(16:49 +0200)
committer
Francois Fleuret
<francois@fleuret.org>
Sat, 17 Jun 2017 14:49:22 +0000
(16:49 +0200)
cnn-svrt.py
patch
|
blob
|
history
diff --git
a/cnn-svrt.py
b/cnn-svrt.py
index
90b4c6d
..
c75b336
100755
(executable)
--- 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-svr
t.log',
+ type = str, default = '
defaul
t.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 error
s of loaded models
')
args = parser.parse_args()