mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
from local
This commit is contained in:
parent
a6fe64461e
commit
a8333e49fc
Binary file not shown.
@ -161,7 +161,6 @@ def add_adapter_arguments(parser: argparse.ArgumentParser):
|
||||
)
|
||||
|
||||
|
||||
|
||||
def add_rep_arguments(parser: argparse.ArgumentParser):
|
||||
parser.add_argument(
|
||||
"--wandb",
|
||||
@ -169,6 +168,13 @@ def add_rep_arguments(parser: argparse.ArgumentParser):
|
||||
default=True,
|
||||
help="Use wandb for MLOps",
|
||||
)
|
||||
parser.add_argument(
|
||||
"--hpo",
|
||||
type=str2bool,
|
||||
default=False,
|
||||
help="Use small db for HPO",
|
||||
)
|
||||
|
||||
parser.add_argument(
|
||||
"--accum-grads",
|
||||
type=int,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user