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

wip

parent 6d5d3479
No related branches found
No related tags found
No related merge requests found
...@@ -85,7 +85,7 @@ class Evaluator: ...@@ -85,7 +85,7 @@ class Evaluator:
emotion_mode = "normal" emotion_mode = "normal"
in_file = json.load(open(f_eval)) in_file = json.load(open(f_eval))
for dialog in tqdm(in_file['dialog'][:2]): for dialog in tqdm(in_file['dialog']):
inputs = dialog["in"] inputs = dialog["in"]
labels = self.usr._parse_output(dialog["out"]) 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