Skip to content

Commit

Permalink
Rename metric to not use illegal symbol @
Browse files Browse the repository at this point in the history
  • Loading branch information
nealwu committed Mar 14, 2017
1 parent bf321a6 commit 8c798f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slim/eval_image_classifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def main(_):
# Define the metrics:
names_to_values, names_to_updates = slim.metrics.aggregate_metric_map({
'Accuracy': slim.metrics.streaming_accuracy(predictions, labels),
'Recall@5': slim.metrics.streaming_recall_at_k(
'Recall_5': slim.metrics.streaming_recall_at_k(
logits, labels, 5),
})

Expand Down

0 comments on commit 8c798f4

Please sign in to comment.