Skip to content

Commit

Permalink
fixed minor bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ericguizzo committed Dec 6, 2021
1 parent e0ab99e commit 7f6dcc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions evaluate_baseline_task2.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ def main(args):
'recall': recall,
'F score': F_score
}

print ('*******************************')
print ('RESULTS')
print ('F score: ', F_score)
Expand Down

0 comments on commit 7f6dcc3

Please sign in to comment.