Remove break

This commit is contained in:
Lysandre
2019-10-24 21:43:28 +00:00
parent bab6ad01aa
commit beaf66b1f3

View File

@@ -76,9 +76,6 @@ def glue_convert_examples_to_features(examples, tokenizer,
features = []
for (ex_index, example) in enumerate(examples):
if ex_index == 10:
break
if ex_index % 10000 == 0:
logger.info("Writing example %d" % (ex_index))
if is_tf_dataset: