志浩
2023-03-09 7335c2070965e8d0c84a7bc7d6fdae5f9a3910b5
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)