Unverified Commit 53105bba authored by Lintang Sutawika's avatar Lintang Sutawika Committed by GitHub
Browse files

Update task.py

parent ba864e09
......@@ -990,7 +990,6 @@ class ConfigurableTask(Task):
choices = self.doc_to_choice(doc)
gold = choices[gold]
print(self._metric_fn_list)
for key, result in zip(self._metric_fn_list.keys(), results):
if self.multiple_target:
# in the case where we have multiple targets,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment