Skip to content
New issue

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

时间戳对齐报错 #223

Open
liuweicheng14 opened this issue Sep 17, 2024 · 6 comments
Open

时间戳对齐报错 #223

liuweicheng14 opened this issue Sep 17, 2024 · 6 comments

Comments

@liuweicheng14
Copy link

日志如下:
安装了ffmpeg,令牌也更换了
==========2024-09-17_23:06:33==========
==========TimeStample_Alignment==========

TimeStample alignment
transform transcript result...
process audio...
load wav2vec2 model...

Wav2Vec2ForCTC requires the PyTorch library but it was not found in your environment. Checkout the instructions on the
installation page: https://pytorch.org/get-started/locally/ and follow the ones that match your environment.
Please note that you may need to restart your runtime after installation.

Error loading model from huggingface, check https://huggingface.co/models for finetuned wav2vec2.0 models
alignment Error
Error: The chosen align_model "jonatasgrosman/wav2vec2-large-xlsr-53-chinese-zh-cn" could not be found in huggingface (https://huggingface.co/models) or torchaudio (https://pytorch.org/audio/stable/pipelines.html#id14)
UPdata DataModel

@liuweicheng14
Copy link
Author

电脑上已经安装了python 版本为3.10.11,pip list如下
Package Version


filelock 3.13.1
fsspec 2024.2.0
Jinja2 3.1.3
MarkupSafe 2.1.5
mpmath 1.3.0
networkx 3.2.1
numpy 1.26.3
pillow 10.2.0
pip 23.0.1
setuptools 65.5.0
sympy 1.12
torch 2.4.1+cu124
torchaudio 2.4.1+cu124
torchvision 0.19.1+cu124
typing_extensions 4.9.0

@liuweicheng14
Copy link
Author

版本是 0.8.1——2024.7.29

@CheshireCC
Copy link
Owner

是这样,软件自带了 python 环境,不会使用系统安装的 python ,你不如检查一下安装目录下的 torch 环境

@andeziod
Copy link

是这样,软件自带了 python 环境,不会使用系统安装的 python ,你不如检查一下安装目录下的 torch 环境

您好,我也是0.8.1版本碰上同样的问题了,想问一下怎么检查安装目录下的 torch 环境呢?我看torch文件夹的大小4.28 G也是接近完整的大小,还有哪些地方需要检查么?

@eric09230
Copy link

@andeziod 我也是同樣報錯,改用了0.8.0可以正常使用

@andeziod
Copy link

@andeziod 我也是同樣報錯,改用了0.8.0可以正常使用

感谢反馈!看来是0.8.1的通病了,我也换回0.8.0算了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants