Skip to content

Commit 07148a6

Browse files
committed
updated comments
1 parent 76387ad commit 07148a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/seq2seq_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ def evaluate_model(self, holdout_bodies, holdout_titles):
413413
num_examples = len(holdout_bodies)
414414

415415
logging.warning('Generating predictions.')
416-
# step over the whole set
416+
# step over the whole set TODO: parallelize this
417417
for i in tqdm_notebook(range(num_examples)):
418418
_, yhat = self.generate_issue_title(holdout_bodies[i])
419419

0 commit comments

Comments
 (0)