mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
update
This commit is contained in:
parent
189b51d42b
commit
9847fd24a8
@ -284,6 +284,17 @@ def get_parser():
|
||||
action="append",
|
||||
default=[],
|
||||
)
|
||||
parser.add_argument(
|
||||
"--train_shape_file",
|
||||
type=str, action="append",
|
||||
default=[],
|
||||
)
|
||||
parser.add_argument(
|
||||
"--valid_shape_file",
|
||||
type=str,
|
||||
action="append",
|
||||
default=[],
|
||||
)
|
||||
parser.add_argument(
|
||||
"--use_preprocessor",
|
||||
type=str2bool,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user