We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 29fe5ff + 4a8379e commit d553892Copy full SHA for d553892
example/tutorial_translate.py
@@ -144,8 +144,8 @@ def main_train():
144
so we use TensorFlow's gfile functions to speed up the pre-processing.
145
"""
146
print()
147
- print("Prepare raw data")
148
- train_path, dev_path = tl.files.load_wmt_en_fr_dataset(data_dir=data_dir)
+ print("Prepare the raw data")
+ train_path, dev_path = tl.files.load_wmt_en_fr_dataset(path=data_dir)
149
print("Training data : %s" % train_path) # wmt/giga-fren.release2
150
print("Testing data : %s" % dev_path) # wmt/newstest2013
151
0 commit comments