From 6cb9f388e0ecc05ed5f19cdb8bfee147237b04c5 Mon Sep 17 00:00:00 2001 From: Alejandro Moreo Date: Fri, 4 Nov 2022 15:06:08 +0100 Subject: [PATCH] full example of training, model selection, and evaluation using the lequa2022 dataset with the new protocols --- examples/lequa2022_experiments.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/lequa2022_experiments.py b/examples/lequa2022_experiments.py index 790e2c1..91849e5 100644 --- a/examples/lequa2022_experiments.py +++ b/examples/lequa2022_experiments.py @@ -9,7 +9,7 @@ from model_selection import GridSearchQ task = 'T1A' -qp.environ['SAMPLE_SIZE']=LEQUA2022_SAMPLE_SIZE[task] +qp.environ['SAMPLE_SIZE'] = LEQUA2022_SAMPLE_SIZE[task] training, val_generator, test_generator = fetch_lequa2022(task=task) # define the quantifier