mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-08-07 20:17:45 +00:00
Eval process (#31)
* test data load process and fix bug * fix bug when evaluating * refine json content --------- Co-authored-by: USTCKevinF <fengwenjun@mail.ustc.edu.cn> Co-authored-by: xuyang1 <xuyang1@microsoft.com>
This commit is contained in:
@@ -118,8 +118,8 @@ class TestCase:
|
||||
|
||||
def __init__(
|
||||
self,
|
||||
target_task: BaseTask,
|
||||
ground_truth: TaskImplementation,
|
||||
target_task: list[BaseTask] = [],
|
||||
ground_truth: list[TaskImplementation] = [],
|
||||
):
|
||||
self.ground_truth = ground_truth
|
||||
self.target_task = target_task
|
||||
|
||||
Reference in New Issue
Block a user