the evaluate func is define as : def evaluate(data_loader, model, paradigm, task, sents):
but parameter not passed in :
|
dev_result = evaluate(dev_loader, model, args.paradigm, args.task) |
It seems that the eval process is not finished, can you add the complete code?
the evaluate func is define as : def evaluate(data_loader, model, paradigm, task, sents):
but parameter not passed in :
Generative-ABSA/main.py
Line 332 in 8f4671b
It seems that the eval process is not finished, can you add the complete code?