mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
update
This commit is contained in:
parent
fc68b4c315
commit
52f910aae2
@ -297,6 +297,12 @@ def get_parser():
|
||||
default="small",
|
||||
help="whether to use dataloader for large dataset",
|
||||
)
|
||||
parser.add_argument(
|
||||
"--dataset_conf",
|
||||
action=NestedDictAction,
|
||||
default=dict(),
|
||||
help=f"The keyword arguments for dataset",
|
||||
)
|
||||
parser.add_argument(
|
||||
"--train_data_file",
|
||||
type=str,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user