updated args
This commit is contained in:
parent
775ca3736b
commit
8e10179214
|
@ -159,7 +159,6 @@ if __name__ == '__main__':
|
|||
|
||||
# use default args
|
||||
root_dir = os.path.dirname(os.path.realpath(__file__))
|
||||
root_dir = os.path.join(root_dir, sys.modules['__main__'].__file__)
|
||||
parent_parser = get_default_parser(strategy='random_search', root_dir=root_dir)
|
||||
|
||||
# allow model to overwrite or extend args
|
||||
|
|
Loading…
Reference in New Issue