Update.
authorFrançois Fleuret <francois@fleuret.org>
Thu, 12 Sep 2024 06:54:54 +0000 (08:54 +0200)
committerFrançois Fleuret <francois@fleuret.org>
Thu, 12 Sep 2024 06:54:54 +0000 (08:54 +0200)
main.py

diff --git a/main.py b/main.py
index fbfbdf8..c60b3c6 100755 (executable)
--- a/main.py
+++ b/main.py
@@ -1173,6 +1173,9 @@ def generate_ae_c_quizzes(models, nb, local_device=main_device):
                     nb_hints=args.nb_hints,
                     nb_runs=args.nb_runs,
                 )
+
+                # to_keep[...]=True
+
                 q = c_quizzes[to_keep]
 
                 if q.size(0) > 0: