X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=main.py;h=4a1207d4571af75798390087c248ebed56a069a9;hb=6917d3d52a4b473d31121a471ab98fa114bdb1a6;hp=22edf7b79ce01ef71eb4272c46906f6b96c79425;hpb=0cd7843a52fd6156b3fc59b1f6c2f86054948ba1;p=culture.git diff --git a/main.py b/main.py index 22edf7b..4a1207d 100755 --- a/main.py +++ b/main.py @@ -845,6 +845,7 @@ def run_tests(model, task, deterministic_synthesis): def create_quizzes( + model, other_models, task, nb_for_train=1000, @@ -861,7 +862,8 @@ def create_quizzes( result_dir=args.result_dir, logger=log_string, nb=4 * (nb_for_train + nb_for_test), - models=other_models, + model=model, + other_models=other_models, nb_runs=nb_runs, )