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
c8448ebcd6
commit
0291ce4eff
Binary file not shown.
Binary file not shown.
@ -160,6 +160,12 @@ def add_rep_arguments(parser: argparse.ArgumentParser):
|
|||||||
type=int,
|
type=int,
|
||||||
default=0
|
default=0
|
||||||
)
|
)
|
||||||
|
parser.add_argument(
|
||||||
|
"--wandb",
|
||||||
|
type=bool,
|
||||||
|
default=False,
|
||||||
|
help="Use wandb for MLOps",
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user