huangmingming
2023-01-30 adcee8828ef5d78b575043954deb662a35e318f7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
    "framework": "pytorch",
    "task": "speaker-verification",
    "model": {
        "type": "generic-sv",
        "sv_model_name": "sv.pb",
        "model_config": {
            "type": "pytorch",
            "code_base": "funasr",
            "mode": "sv",
            "lang": "zh-cn",
            "batch_size": 1,
            "sv_model_name": "sv.pb",
            "sv_model_config": "sv.yaml"
        }
    },
    "pipeline": {
        "type": "sv-inference"
    }
}