projects
/
culture.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c14e41
)
Update.
author
François Fleuret
<francois@fleuret.org>
Mon, 15 Jul 2024 15:57:30 +0000
(17:57 +0200)
committer
François Fleuret
<francois@fleuret.org>
Mon, 15 Jul 2024 15:57:30 +0000
(17:57 +0200)
quiz_machine.py
patch
|
blob
|
history
diff --git
a/quiz_machine.py
b/quiz_machine.py
index
aedb72f
..
c2d1ec3
100755
(executable)
--- a/
quiz_machine.py
+++ b/
quiz_machine.py
@@
-413,7
+413,7
@@
class QuizMachine:
)
main_test_accuracy = test_correct.sum() / test_correct.size(0)
-
self.logger(f"main_test_accuracy {n_epoch
} {main_test_accuracy}")
+
# self.logger(f"main_test_accuracy {n_epoch} model {model.id
} {main_test_accuracy}")
##############################