projects
/
culture.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b48772
)
Update.
author
François Fleuret
<francois@fleuret.org>
Fri, 16 Aug 2024 18:47:14 +0000
(20:47 +0200)
committer
François Fleuret
<francois@fleuret.org>
Fri, 16 Aug 2024 18:47:14 +0000
(20:47 +0200)
main.py
patch
|
blob
|
history
diff --git
a/main.py
b/main.py
index
3021ff8
..
915e10e
100755
(executable)
--- a/
main.py
+++ b/
main.py
@@
-1152,7
+1152,7
@@
for n_epoch in range(current_epoch, args.nb_epochs):
# re-compute the test errors
for model in models:
- if model.test_accuracy >
model.best_test_accuracy
:
+ if model.test_accuracy >
= args.accuracy_to_make_c_quizzes
:
log_string(
f"storing_best model {model.id} accuracy {model.best_test_accuracy} -> {model.test_accuracy}"
)