Fix a typo in Arguments() comment
This commit is contained in:
parent
947462e134
commit
c29c13dfd7
@ -174,7 +174,7 @@ class Arguments(object):
|
|||||||
@staticmethod
|
@staticmethod
|
||||||
def hyperopt_options(parser: argparse.ArgumentParser) -> None:
|
def hyperopt_options(parser: argparse.ArgumentParser) -> None:
|
||||||
"""
|
"""
|
||||||
Parses given arguments foér Hyperopt scripts.
|
Parses given arguments for Hyperopt scripts.
|
||||||
"""
|
"""
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
'-e', '--epochs',
|
'-e', '--epochs',
|
||||||
|
Loading…
Reference in New Issue
Block a user