mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
update
This commit is contained in:
parent
c274733ad3
commit
b0adbcc914
@ -9,16 +9,14 @@ def get_parser():
|
||||
formatter_class=argparse.ArgumentDefaultsHelpFormatter,
|
||||
)
|
||||
parser.add_argument(
|
||||
"--cmvn-json",
|
||||
"-c",
|
||||
"--cmvn_json",
|
||||
default=False,
|
||||
required=True,
|
||||
type=str,
|
||||
help="cmvn json file",
|
||||
)
|
||||
parser.add_argument(
|
||||
"--am-mvn",
|
||||
"-a",
|
||||
"--am_mvn",
|
||||
default=False,
|
||||
required=True,
|
||||
type=str,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user