modelscope / 3D-Speaker

A Repository for Single- and Multi-modal Speaker Verification, Speaker Recognition and Speaker Diarization
Apache License 2.0
1.02k stars 89 forks source link

打包的exe执行时报错Error loading model: 'speaker-verification is not in the pipelines registry group speaker-verification. Please make sure the correct version of ModelScope library is used.' #87

Closed eugeneYz closed 4 months ago

eugeneYz commented 4 months ago

python脚本运行无异常,打包的exe文件报错。 modelscope版本 1.13.1 funas版本 1.0.14

        try:
            self.pipline = pipeline(
                task='speaker-verification',
                model=self.model_path,
            )
        except Exception as e:
            print(f"Error loading model: {e}")
yfchenlucky commented 4 months ago

我们没有执行过打包exe操作,所以无法给您有效的建议,抱歉。