Skip to content
Snippets Groups Projects
Commit 80f24c0c authored by Hsien-Chin Lin's avatar Hsien-Chin Lin
Browse files

wip

parent e1a44b1a
No related branches found
No related tags found
No related merge requests found
......@@ -98,7 +98,7 @@ class Evaluator:
if self.sample:
mode = "sample"
for dialog in tqdm(in_file['dialog'][:1]):
for dialog in tqdm(in_file['dialog']):
inputs = dialog["in"]
labels = self.usr._parse_output(dialog["out"])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment