From 6b4e192557e03528ffd10364123de454aa9c9f08 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fran=C3=A7ois=20Fleuret?= Date: Mon, 1 Jul 2024 12:26:02 +0300 Subject: [PATCH] Update. --- main.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/main.py b/main.py index 67c57c0..9d95034 100755 --- 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, -- 2.20.1