projects
/
pysvrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44363bd
)
Oups.
author
Francois Fleuret
<francois@fleuret.org>
Thu, 15 Jun 2017 12:30:38 +0000
(14:30 +0200)
committer
Francois Fleuret
<francois@fleuret.org>
Thu, 15 Jun 2017 12:30:38 +0000
(14:30 +0200)
cnn-svrt.py
patch
|
blob
|
history
diff --git
a/cnn-svrt.py
b/cnn-svrt.py
index
79d3ff4
..
35c664f
100755
(executable)
--- a/
cnn-svrt.py
+++ b/
cnn-svrt.py
@@
-144,9
+144,7
@@
def nb_errors(model, data_input, data_target, bs = 100):
######################################################################
-# for problem_number in range(1, 24):
-
-for problem_number in [ 3 ]:
+for problem_number in range(1, 24):
train_input, train_target = generate_set(problem_number, args.nb_train_samples)
test_input, test_target = generate_set(problem_number, args.nb_test_samples)