FunASR/egs/cnceleb/resnet34/configuration.json
2023-01-16 18:46:40 +08:00

20 lines
473 B
JSON

{
"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"
}
}