Replies: 6 comments 14 replies
-
Thanks for reporting. Too bad to have this error again. I would need more details to be able to reproduce and investigate: |
Beta Was this translation helpful? Give feedback.
-
Did we manage to find a fix for this? |
Beta Was this translation helpful? Give feedback.
-
anyone fix this bug? also get same error |
Beta Was this translation helpful? Give feedback.
-
I am encountering a similar issue when running the batch ['fe_03_10495', 'fe_03_08817', 'fe_03_06312', 'fe_03_01476'](Fisher Eval Datasets). The error message is as follows:
|
Beta Was this translation helpful? Give feedback.
-
@hwscut @SLbaba what version of openai-whisper do you have ?
I recently saw cases that were failing with
So I am wondering if upgrading whisper like this would not be the solution to this annoying bug. (it would not be the case if one of you observe the failure with the latest version 20240930) |
Beta Was this translation helpful? Give feedback.
-
According to Gemini-2.5-pro's analysis, it might related with the difference between your hook and whisper native process with suppress tokens. It recommend me to use Though it's still full of error.( In a different way) ['堆积所有对你的思念', '把思念推进个黑暂的房间', '房间就在厨房的后面', '没任何会发现', '言不了手把自己关醉', '醉醒过后笑自己有多狼狈', '泡的咔啡有苦的滋味', '我张开了忘记你是谁', '让风筹自由干脆剪断了线', '让它望蓝天空隋风', '像电影里的画面', '这样也许能让我好过一些', '把你当做风筹', '隋风', '我剪断了线', '我剪断了线', '我剪断了线', '我剪断了线', '我剪断了线', '我剪断了线', '我剪断了线', '我剪断了线', '我剪断了线', '我剪断了线', '我剪断了线', '我剪断了线', '我剪断了线', '我剪断了线', '我剪断了线', '我剪断了线', '我剪断了线', '我剪断了线', '我剪断了线', '我剪断了线', '我剪断了线', '我剪断了线', '我剪断了线', '我剪断了线', '我剪断了线', '我剪断了线', '我剪断了线', '我剪断了线', '我剪断了线', '我剪断了线', '我剪断了线', '我剪断了线', '我剪断了线', '我剪断了线', '我剪断了线', '我剪断了线', '我剪断了线', '我剪断了线', '我剪断了线', '我剪断了线', '我剪断了线', '我剪断了线', '我剪断了线', '我剪断了线', '我剪断了线', '我剪断了线', '我剪断了线', '我剪断了线', '我剪断了线', '我剪断了线', '我剪断了线', '我剪断了线', '我剪断了线', '我剪断了线', '我剪断了线', '我剪断了线', '我剪断了线', '我剪断了线', '我剪断了线', '我剪断了线', '我剪断了线', '我剪断了线', '我剪断了线', '我剪断了线', '我剪断了线', '我剪断了线', '我剪断了线', '我剪断了线', '我剪断了线', '我剪断了线', '我剪断了线', '我剪断了线', '我剪断了线', '我剪断了线'] Gemini-2.5-pro's raw reply: This is a very insightful question that gets to the heart of how When you pass the Let's break down the specific reasons for this inconsistency: 1. Suppression of Critical Timestamp Tokens (The Primary Cause)The core logic for segmenting audio in the efficient mode (the If the list of token IDs you provide in
The result: The internal Whisper model proceeds to generate 2. Interference with the Decoder's Logit FiltersThe The problem is that in efficient mode, two separate entities are creating and using these
Although both aim to implement 3. Disruption of Decoding and Fallback MechanismsWhisper employs a complex set of mechanisms to handle decoding failures (like generating gibberish or getting stuck in a repetitive loop), which involves checking thresholds like When you use
Summary and AnalogyYou can think of The
Recommendations
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Sometimes I'm getting error:
when using
whisper.transcribe
.I'm running with the following code:
What is wrong ?
Beta Was this translation helpful? Give feedback.
All reactions