Open ulf1 opened 2 years ago
Had the same error running:
params = {'task_path': "../data/senteval/", 'usepytorch': True, 'kfold': 10}
params['classifier'] = {'nhid': 0, 'optim': 'adam', 'batch_size': 32,
'tenacity': 5, 'epoch_size': 10}
se = senteval.engine.SE(params, batcher, prepare)
se.eval(transfer_task)
on ALL transfer tasks EXCEPT these: 'STS12', 'STS13', 'STS14', 'STS15', 'STS16','STSBenchmark', 'SICKRelatedness'
I don't understand the check in utils.py
Error message
Quick fix