Skip to content
This repository was archived by the owner on Jul 7, 2023. It is now read-only.

Commit 97e4bea

Browse files
T2T TeamCopybara-Service
authored andcommitted
Fix typo in metrics.py comment.
PiperOrigin-RevId: 212057129
1 parent b661f94 commit 97e4bea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensor2tensor/utils/metrics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
class Metrics(object):
3535
"""Available evaluation metrics."""
36-
# Entries here should match the keys in METRICS_FN below
36+
# Entries here should match the keys in METRICS_FNS below
3737
ACC = "accuracy"
3838
ACC_TOP5 = "accuracy_top5"
3939
ACC_PER_SEQ = "accuracy_per_sequence"

0 commit comments

Comments
 (0)