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

Commit 1bf3b44

Browse files
committed
typo
1 parent cd222d3 commit 1bf3b44

File tree

1 file changed

+1
-1
lines changed
  • tensor2tensor/data_generators

1 file changed

+1
-1
lines changed

tensor2tensor/data_generators/wmt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ class WMTEnCsTokens32k(WMTProblem):
574574
"""Problem spec for WMT English-Czech translation."""
575575

576576
@property
577-
def target_vocab_size(self):
577+
def targeted_vocab_size(self):
578578
return 2**15 # 32768
579579

580580
@property

0 commit comments

Comments
 (0)