Commit ffb56822 authored by lintangsutawika's avatar lintangsutawika
Browse files

removed comment

parent db97d7f8
...@@ -1018,7 +1018,6 @@ class ConfigurableTask(Task): ...@@ -1018,7 +1018,6 @@ class ConfigurableTask(Task):
choices = self.doc_to_choice(doc) choices = self.doc_to_choice(doc)
gold = choices[gold] gold = choices[gold]
# import sys; sys.exit()
for key, result in zip(self._metric_fn_list.keys(), results): for key, result in zip(self._metric_fn_list.keys(), results):
if not self.multiple_target: if not self.multiple_target:
result = self._metric_fn_list[key]( result = self._metric_fn_list[key](
......
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