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

Big drop in accuracy compared to Python version? #1734

Open
chrisspen opened this issue Jan 8, 2024 · 1 comment
Open

Big drop in accuracy compared to Python version? #1734

chrisspen opened this issue Jan 8, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@chrisspen
Copy link

If I run the Python and C++ versions of Whisper on the same dataset with the large model on a CPU, the Python version gets a WER of 93%, whereas this C++ version gets a WER of 75%.

Why the big drop in accuracy?

The C++ version is about 80% faster than the Python version, but shouldn't it have the same accuracy if the code is equivalent?

@bobqianic
Copy link
Collaborator

We are currently looking into this issue. See #1724

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants