We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Notice: In order to resolve issues more efficiently, please raise issue following the template. (注意:为了更加高效率解决您遇到的问题,请按照模板提问,补充细节)
您好,我在使用3Dspeaker项目的language-identification项目时遇到
Traceback (most recent call last): File "speakerlab/bin/train_para.py", line 25, in <module> from funasr.build_utils.build_model_from_file import build_model_from_file ModuleNotFoundError: No module named 'funasr.build_utils'
这个代码来自https://github.com/modelscope/3D-Speaker/blob/main/speakerlab/bin/train_para.py 的24行。
我试了使用最新的funasr和modelscope版本但是看起来这个funasr.build_utils 替换成其他的api了,但是我没找到替换信息。
pip
source):
git clone https://github.com/alibaba/FunASR.git && cd FunASR pip3 install -e ./
- Python version: 3.8.20 - GPU (e.g., V100M32) 3090 - CUDA/cuDNN version (e.g., cuda11.7):cuda12.6 - Docker version (e.g., funasr-runtime-sdk-cpu-0.4.1) None - Any other relevant information:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Notice: In order to resolve issues more efficiently, please raise issue following the template.
(注意:为了更加高效率解决您遇到的问题,请按照模板提问,补充细节)
❓ Questions and Help
What is your question?
您好,我在使用3Dspeaker项目的language-identification项目时遇到
这个代码来自https://github.com/modelscope/3D-Speaker/blob/main/speakerlab/bin/train_para.py 的24行。
Code
What have you tried?
我试了使用最新的funasr和modelscope版本但是看起来这个funasr.build_utils 替换成其他的api了,但是我没找到替换信息。
What's your environment?
pip
,source):
git clone https://github.com/alibaba/FunASR.git && cd FunASR
pip3 install -e ./
The text was updated successfully, but these errors were encountered: