志浩
2023-03-09 7335c2070965e8d0c84a7bc7d6fdae5f9a3910b5
modify unit test for speech_diarization_sond-en-us-callhome-8k-n16k4-pytorch
1个文件已修改
4 ■■■■ 已修改文件
egs/callhome/diarization/sond/unit_test.py 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
egs/callhome/diarization/sond/unit_test.py
@@ -23,7 +23,7 @@
def test_fbank_gpu_infer():
    diar_config_path = "config_fbank.yaml"
    diar_config_path = "sond_fbank.yaml"
    diar_model_path = "sond.pth"
    output_dir = "./outputs"
    data_path_and_name_and_type = [
@@ -37,7 +37,7 @@
        output_dir=output_dir,
        ngpu=1,
        num_workers=1,
        log_level="WARNING",
        log_level="INFO",
    )
    results = pipeline(data_path_and_name_and_type)
    print(results)