游雁
2023-04-10 a3837e30d0d5eec464cd7ccbf4d5699a6ffe63f7
funasr/bin/tp_inference_launch.py
@@ -76,17 +76,17 @@
    group = parser.add_argument_group("The model configuration related")
    group.add_argument(
        "--tp_train_config",
        "--timestamp_infer_config",
        type=str,
        help="VAD infer configuration",
    )
    group.add_argument(
        "--tp_model_file",
        "--timestamp_model_file",
        type=str,
        help="VAD model parameter file",
    )
    group.add_argument(
        "--tp_cmvn_file",
        "--timestamp_cmvn_file",
        type=str,
        help="Global CMVN file",
    )