projects
/
pysvrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ee9a77
)
Cosmetics.
author
Francois Fleuret
<francois@fleuret.org>
Tue, 4 Jul 2017 10:35:29 +0000
(12:35 +0200)
committer
Francois Fleuret
<francois@fleuret.org>
Tue, 4 Jul 2017 10:35:29 +0000
(12:35 +0200)
cnn-svrt.py
patch
|
blob
|
history
diff --git
a/cnn-svrt.py
b/cnn-svrt.py
index
7dc6dff
..
338e145
100755
(executable)
--- a/
cnn-svrt.py
+++ b/
cnn-svrt.py
@@
-540,7
+540,10
@@
for problem_number in map(int, args.problems.split(',')):
else:
validation_set = None
- train_model(model, model_filename, train_set, validation_set, nb_epochs_done = nb_epochs_done)
+ train_model(model, model_filename,
+ train_set, validation_set,
+ nb_epochs_done = nb_epochs_done)
+
log_string('saved_model ' + model_filename)
nb_train_errors = nb_errors(model, train_set)