Skip to content

Commit

Permalink
nicer printing
Browse files Browse the repository at this point in the history
  • Loading branch information
awni committed Apr 3, 2017
1 parent d4127c2 commit 6bdc6ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion score.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def print_scores(labels, predictions, classes):
labels,
predictions,
average='macro')
logger.info(report)
logger.info("\n"+report)
logger.info("Macro Average F1: {:.3f}".format(macro_scores[2]))

def load_model(model_path, is_verbose, batch_size):
Expand Down

0 comments on commit 6bdc6ba

Please sign in to comment.