haoneng.lhn
2023-09-25 c45b89970645ae4c05bd29114b0c1b1e31f70cbc
funasr/build_utils/build_args.py
@@ -54,6 +54,12 @@
            default=None,
            help="The number of input dimension of the feature",
        )
        task_parser.add_argument(
            "--cmvn_file",
            type=str_or_none,
            default=None,
            help="The path of cmvn file.",
        )
    elif args.task_name == "lm":
        from funasr.build_utils.build_lm_model import class_choices_list