Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/baidu/DuReader
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyuuan committed Nov 16, 2017
2 parents 0929c3f + 3a16a52 commit 19e5ccb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tensorflow/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,13 @@ def parse_args():
path_settings = parser.add_argument_group('path settings')
path_settings.add_argument('--train_files', nargs='+',
default=['../data/demo/trainset/search.train.json'],
help='list of files that contains preprocessed train data')
help='list of files that contain the preprocessed train data')
path_settings.add_argument('--dev_files', nargs='+',
default=['../data/demo/devset/search.dev.json'],
help='list of files that contains preprocessed dev data')
help='list of files that contain the preprocessed dev data')
path_settings.add_argument('--test_files', nargs='+',
default=['../data/demo/testset/search.test.json'],
help='list of files that contains preprocessed test data')
help='list of files that contain the preprocessed test data')
path_settings.add_argument('--brc_dir', default='../data/baidu',
help='the dir with preprocessed baidu reading comprehension data')
path_settings.add_argument('--vocab_dir', default='../data/vocab/',
Expand Down

0 comments on commit 19e5ccb

Please sign in to comment.