full example of training, model selection, and evaluation using the lequa2022 dataset with the new protocols
This commit is contained in:
parent
d75b777a13
commit
6cb9f388e0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue