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
c59c0052d0
commit
f1dd8bc2eb
Binary file not shown.
@ -106,7 +106,7 @@ def set_batch_count(model: Union[nn.Module, DDP], batch_count: float) -> None:
|
||||
def add_rep_arguments(parser: argparse.ArgumentParser):
|
||||
parser.add_argument(
|
||||
"--wandb",
|
||||
type=bool,
|
||||
type=str2bool,
|
||||
default=False,
|
||||
help="Use wandb for MLOps",
|
||||
)
|
||||
@ -119,7 +119,7 @@ def add_rep_arguments(parser: argparse.ArgumentParser):
|
||||
|
||||
parser.add_argument(
|
||||
"--multi-optim",
|
||||
type=bool,
|
||||
type=str2bool,
|
||||
default=False,
|
||||
help="use sperate optimizer (enc / dec)",
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user