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

ValueError: Invalid input features shape: expected an input with shape (1, 128, 3000), but got an input with shape (1, 80, 3000) instead #593

Closed
iAladeen opened this issue Nov 29, 2023 · 2 comments

Comments

@iAladeen
Copy link

After i updated the whisperx i am getting this error while transcribing using large-v3. Anyone else facing same?

ValueError: Invalid input features shape: expected an input with shape (1, 128, 3000), but got an input with shape (1, 80, 3000) instead

@trungkienbkhn
Copy link
Collaborator

Maybe same issue with #582 , please make sure you use the Systran HF model (https://huggingface.co/Systran/faster-whisper-large-v3) and update to the latest version 0.10.0

@iAladeen iAladeen closed this as not planned Won't fix, can't repro, duplicate, stale Nov 30, 2023
@mattiadg
Copy link

I get the same error with the OpenAI model, but only if I quantize to int8. When I don't apply quantization it works fine.

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

3 participants