mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
add sond model
This commit is contained in:
parent
e6a65956c0
commit
925e8680de
@ -48,7 +48,7 @@ def test_wav_gpu_infer():
|
|||||||
diar_model_path = "sond.pth"
|
diar_model_path = "sond.pth"
|
||||||
output_dir = "./outputs"
|
output_dir = "./outputs"
|
||||||
data_path_and_name_and_type = [
|
data_path_and_name_and_type = [
|
||||||
("data/unit_test/test_wav.scp", "speech", "kaldi_ark"),
|
("data/unit_test/test_wav.scp", "speech", "sound"),
|
||||||
("data/unit_test/test_profile.scp", "profile", "kaldi_ark"),
|
("data/unit_test/test_profile.scp", "profile", "kaldi_ark"),
|
||||||
]
|
]
|
||||||
pipeline = inference_launch(
|
pipeline = inference_launch(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user