Fix a typo in Arguments() comment
This commit is contained in:
@@ -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',
|
||||||
|
Reference in New Issue
Block a user