yeyupiaoling / MASR

Pytorch实现的流式与非流式的自动语音识别框架,同时兼容在线和离线识别,目前支持Conformer、Squeezeformer、DeepSpeech2模型,支持多种数据增强方法。
Apache License 2.0
563 stars 100 forks source link

没有python_speech_features包 #48

Closed jackjieliu closed 1 year ago

jackjieliu commented 1 year ago

使用作者提供模型导出模型时提示一下错误: Traceback (most recent call last): File "D:/gitDataset/BaiduAI_SR_sent/MASR/export_model.py", line 4, in from masr.trainer import MASRTrainer File "D:\gitDataset\BaiduAI_SR_sent\MASR\masr\trainer.py", line 20, in from masr.data_utils.featurizer.audio_featurizer import AudioFeaturizer File "D:\gitDataset\BaiduAI_SR_sent\MASR\masr\data_utils\featurizer\audio_featurizer.py", line 2, in from python_speech_features import delta ModuleNotFoundError: No module named 'python_speech_features'

yeyupiaoling commented 1 year ago

安装依赖环境: https://github.com/yeyupiaoling/MASR/blob/master/requirements.txt