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

Commit 5c80095

Browse files
zyshinrsepassi
authored andcommitted
Fix translate_enzh dev data path error (#453)
1 parent 9a934cc commit 5c80095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensor2tensor/data_generators/translate_enzh.py

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

5050
_ENZH_TEST_DATASETS = [[
5151
"http://data.statmt.org/wmt17/translation-task/dev.tgz",
52-
("dev/newsdev2017-zhen-src.en.sgm", "dev/newsdev2017-zhen-ref.zh.sgm")
52+
("dev/newsdev2017-enzh-src.en.sgm", "dev/newsdev2017-enzh-ref.zh.sgm")
5353
]]
5454

5555

0 commit comments

Comments
 (0)