projects
/
culture.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60bf08d
)
Update.
author
François Fleuret
<francois@fleuret.org>
Mon, 1 Jul 2024 09:26:02 +0000
(12:26 +0300)
committer
François Fleuret
<francois@fleuret.org>
Mon, 1 Jul 2024 09:26:02 +0000
(12:26 +0300)
main.py
patch
|
blob
|
history
diff --git
a/main.py
b/main.py
index
67c57c0
..
9d95034
100755
(executable)
--- a/
main.py
+++ b/
main.py
@@
-410,6
+410,10
@@
def create_c_quizzes(
nb_to_create = nb_for_train + nb_for_test
+ warnings.warn(
+ f"{args.nb_gpts=} {args.nb_models_for_generation=} {args.min_to_validate=} {args.max_to_validate=}"
+ )
+
while nb_validated() < nb_to_create:
(
new_c_quizzes,