This commit is contained in:
William Falcon 2019-04-03 09:00:44 -04:00
parent 7f00fa1409
commit 89be81863e
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ def get_default_parser(strategy, root_dir):
possible_model_names = list(AVAILABLE_MODELS.keys())
parser = HyperOptArgumentParser(strategy=strategy, add_help=False)
add_default_args(parser, root_dir, possible_model_names, SEED)
add_default_args(parser, root_dir, possible_model_names=possible_model_names, rand_seed=SEED)
return parser