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

wip

parent 8726a586
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,7 @@ class Evaluator:
self.r[x].append(temp[x])
def generate_results(self, f_eval, golden=False, no_neutral=False):
emotion_mode = "max"
emotion_mode = "normal"
if no_neutral:
emotion_mode = "no_neutral"
in_file = json.load(open(f_eval))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment