projects
/
culture.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7d4cb7
)
Update.
author
François Fleuret
<francois@fleuret.org>
Tue, 23 Jul 2024 13:45:37 +0000
(15:45 +0200)
committer
François Fleuret
<francois@fleuret.org>
Tue, 23 Jul 2024 13:45:37 +0000
(15:45 +0200)
main.py
patch
|
blob
|
history
diff --git
a/main.py
b/main.py
index
7feb3b9
..
58b4f18
100755
(executable)
--- a/
main.py
+++ b/
main.py
@@
-530,7
+530,7
@@
def record_new_c_quizzes(models, quiz_machine, nb_for_train=1000, nb_for_test=10
else:
e = "???"
- v = " ".join([
x.item() for x
in remains])
+ v = " ".join([
str(n) for n
in remains])
log_string(f"filter c_quizzes {v}")
log_string(