From 193e2df8ba95efd6e3326cb0907576a0c74f1d74 Mon Sep 17 00:00:00 2001 From: Jade Abbott Date: Thu, 3 Jan 2019 13:13:06 +0200 Subject: [PATCH] Remove rogue comment --- examples/run_classifier.py | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/run_classifier.py b/examples/run_classifier.py index 8441c86937..be212edc1b 100644 --- a/examples/run_classifier.py +++ b/examples/run_classifier.py @@ -566,7 +566,6 @@ def main(): if args.do_eval and (args.local_rank == -1 or torch.distributed.get_rank() == 0): eval_examples = processor.get_dev_examples(args.data_dir) - # should tokenize this too. eval_features = convert_examples_to_features( eval_examples, label_list, args.max_seq_length, tokenizer) logger.info("***** Running evaluation *****")