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
24f67bcf5b
commit
b81fa31872
Binary file not shown.
Binary file not shown.
@ -113,7 +113,7 @@ def add_rep_arguments(parser: argparse.ArgumentParser):
|
||||
parser.add_argument(
|
||||
"--wandb",
|
||||
type=str2bool,
|
||||
default=False,
|
||||
default=True,
|
||||
help="Use wandb for MLOps",
|
||||
)
|
||||
parser.add_argument(
|
||||
@ -126,7 +126,7 @@ def add_rep_arguments(parser: argparse.ArgumentParser):
|
||||
parser.add_argument(
|
||||
"--multi-optim",
|
||||
type=str2bool,
|
||||
default=False,
|
||||
default=True,
|
||||
help="use sperate optimizer (enc / dec)",
|
||||
)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user