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.
1 parent 00ec129 commit 0a33281Copy full SHA for 0a33281
official/nlp/data/wmt_dataloader_test.py
@@ -41,7 +41,7 @@ def _generate_record_file(filepath, src_lines, tgt_lines, unique_id=False):
41
}
42
if unique_id:
43
features['unique_id'] = tf.train.Feature(
44
- int64_list=tf.train.Int64List(value=[i])),
+ int64_list=tf.train.Int64List(value=[i]))
45
example = tf.train.Example(
46
features=tf.train.Features(
47
feature=features))
0 commit comments