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

wip

parent a8a4a03d
Branches
No related tags found
No related merge requests found
...@@ -236,8 +236,8 @@ class Evaluator: ...@@ -236,8 +236,8 @@ class Evaluator:
no_neutral=False) no_neutral=False)
if self.use_sentiment: if self.use_sentiment:
sent_score = sentiment_score( sent_score = sentiment_score(
gen_file['dialog']["golden_sentiment"], self.r["golden_sentiment"],
gen_file['dialog']["gen_sentiment"], self.r["gen_sentiment"],
self.model_checkpoint, self.model_checkpoint,
time=self.time) time=self.time)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment