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
2b1eb92a98
commit
ac7e7386c6
Binary file not shown.
@ -138,6 +138,11 @@ def add_model_arguments(parser: argparse.ArgumentParser) -> None:
|
||||
type=int,
|
||||
default=15,
|
||||
)
|
||||
parser.add_argument(
|
||||
"--group-num",
|
||||
type=int,
|
||||
default=0,
|
||||
)
|
||||
|
||||
|
||||
def get_parser() -> argparse.ArgumentParser:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user