Binbin Gu
2023-06-02 4870f0f8a5f3ae9072a56b6f320ba7ebcfaf4373
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"
    }
}