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
5b23ae081e
commit
a52d8af88d
Binary file not shown.
@ -96,6 +96,12 @@ def get_parser():
|
||||
parser = argparse.ArgumentParser(
|
||||
formatter_class=argparse.ArgumentDefaultsHelpFormatter
|
||||
)
|
||||
parser.add_argument(
|
||||
"--group-num",
|
||||
type=int,
|
||||
default=0,
|
||||
help="Number of groups",
|
||||
)
|
||||
|
||||
parser.add_argument(
|
||||
"--world-size",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user