SenseVoice icon indicating copy to clipboard operation
SenseVoice copied to clipboard

运行dome1提示了一些没有注册的错误信息,不知道是为什么?

Open hnxueque opened this issue 1 year ago • 7 comments

Notice: In order to resolve issues more efficiently, please raise issue following the template. (注意:为了更加高效率解决您遇到的问题,请按照模板提问,补充细节)

❓ Questions and Help

Before asking:

  1. search the issues.
  2. search the docs.

What is your question?

python dome1.py

What have you tried?

What's your environment?

  • OS (e.g., Linux): Ubuntu 24.04.1 LTS
  • FunASR Version (e.g., 1.0.0): 1.1.14
  • ModelScope Version (e.g., 1.11.0): 刚下载的最新版
  • PyTorch Version (e.g., 2.0.0):
  • How you installed funasr (pip, source):
  • Python version: 3.12
  • GPU (e.g., V100M32)
  • CUDA/cuDNN version (e.g., cuda11.7):
  • Docker version (e.g., funasr-runtime-sdk-cpu-0.4.1)
  • Any other relevant information:

hnxueque avatar Nov 14 '24 02:11 hnxueque

Key Conformer already exists in model_classes, re-register :65: SyntaxWarning: invalid escape sequence '[' :124: SyntaxWarning: invalid escape sequence '[' :135: SyntaxWarning: invalid escape sequence '[' :256: SyntaxWarning: invalid escape sequence '[' :277: SyntaxWarning: invalid escape sequence '[' :300: SyntaxWarning: invalid escape sequence '[' Key Linear already exists in adaptor_classes, re-register Key TransformerDecoder already exists in decoder_classes, re-register Key LightweightConvolutionTransformerDecoder already exists in decoder_classes, re-register Key LightweightConvolution2DTransformerDecoder already exists in decoder_classes, re-register Key DynamicConvolutionTransformerDecoder already exists in decoder_classes, re-register Key DynamicConvolution2DTransformerDecoder already exists in decoder_classes, re-register funasr version: 1.1.14. Downloading Model to directory: /home/wzh/.cache/modelscope/hub/iic/SenseVoiceSmall 2024-11-14 09:49:41,754 - modelscope - WARNING - Using branch: master as version is unstable, use with caution Key SenseVoiceEncoderSmall already exists in encoder_classes, re-register Key SenseVoiceSmall already exists in model_classes, re-register 错误提示

hnxueque avatar Nov 14 '24 02:11 hnxueque

Execute the command pip install -U funasr to upgrade funasr.

JinYuanZhang999 avatar Nov 14 '24 07:11 JinYuanZhang999

Execute the command pip install -U funasr to upgrade funasr.

执行完更新后, 再运行还是报这个错误

hnxueque avatar Nov 15 '24 07:11 hnxueque

for win, torch==2.3.1

LauraGPT avatar Nov 15 '24 07:11 LauraGPT

for win, torch==2.3.1

我的系统是Ubuntu 24.04.1 LTS 不是windows的

hnxueque avatar Nov 16 '24 06:11 hnxueque

把vad模型全部注释掉就行

fea1220 avatar Nov 20 '24 15:11 fea1220

把vad模型全部注释掉就行

注释后还是报这个错

hnxueque avatar Nov 21 '24 07:11 hnxueque