Commit 46cc2ff0 authored by Sinan Tan's avatar Sinan Tan Committed by xuehui
Browse files

Fix default dataset config.

parent d1acfe61
......@@ -51,7 +51,7 @@ def get_config():
parser = argparse.ArgumentParser(
description='This program is using genetic algorithm to search architecture for SQuAD.')
parser.add_argument('--input_file', type=str,
default='./dev-v1.1.json', help='input file')
default='./train-v1.1.json', help='input file')
parser.add_argument('--dev_file', type=str,
default='./dev-v1.1.json', help='dev file')
parser.add_argument('--embedding_file', type=str,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment