Skip to content

Commit

Permalink
Forgot to remove debug lines...
Browse files Browse the repository at this point in the history
  • Loading branch information
jihunchoi committed Sep 7, 2017
1 parent 084578c commit f515dcf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion train_snli.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ def train(args):
if not os.path.exists(args.data_dir):
os.makedirs(args.data_dir)
dataset_splits = datasets.SNLI.splits(
train='dev.jsonl',
text_field=text_field, label_field=label_field, root=args.data_dir)
text_field.build_vocab(*dataset_splits, vectors=args.pretrained)
label_field.build_vocab(*dataset_splits)
Expand Down

0 comments on commit f515dcf

Please sign in to comment.