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

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
martinpopel committed Aug 1, 2017
1 parent cd222d3 commit 1bf3b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensor2tensor/data_generators/wmt.py
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ class WMTEnCsTokens32k(WMTProblem):
"""Problem spec for WMT English-Czech translation."""

@property
def target_vocab_size(self):
def targeted_vocab_size(self):
return 2**15 # 32768

@property
Expand Down

0 comments on commit 1bf3b44

Please sign in to comment.