updated args

This commit is contained in:
William Falcon 2019-06-25 18:25:51 -04:00
parent a00b8f7861
commit 242cccc234
1 changed files with 1 additions and 0 deletions

View File

@ -158,6 +158,7 @@ if __name__ == '__main__':
model_name = 'model_template'
# use default args
pdb.set_trace()
root_dir = os.path.split(os.path.dirname(sys.modules['__main__'].__file__))[0]
parent_parser = get_default_parser(strategy='random_search', root_dir=root_dir)